| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.DefaultLog
com.beasys.commerce.util.NonCatalogLog
public class NonCatalogLog
Generic class for logging to your server. The default implementation logs to the WebLogic server log facility. You can subclass the methods in this class to log other devices.
Logger, 
NonCatalogLogger| Field Summary | |
|---|---|
| protected  Map | logMapDeprecated See BEA Commerce product offering | 
| Fields inherited from class com.beasys.commerce.util.DefaultLog | 
|---|
| COMMA, DEFAULT_APP_NAME, minimumLevel, QUOTE, showDebug, showDeprecated, SPACE | 
| Fields inherited from interface com.beasys.commerce.util.Log | 
|---|
| LOG_DEBUG, LOG_DEPRECATED, LOG_ERROR, LOG_FATAL, LOG_INFO, LOG_SECURITY, LOG_WARNING | 
| Constructor Summary | |
|---|---|
| NonCatalogLog()Deprecated See BEA Commerce product offering | |
| Method Summary | |
|---|---|
| protected  String | assembleMsg(int aLevel,
            String anAppName,
            String aMsg)Deprecated See BEA Commerce product offering | 
| protected  NonCatalogLogger | getLoggerForApp(String anAppName)Deprecated See BEA Commerce product offering | 
| protected  void | logOutput(int aLevel,
          String anAppName,
          String aMsg,
          Throwable anException)Deprecated See BEA Commerce product offering | 
|  void | setMinimumLevel(int aLevel)Deprecated does nothing but log a deprecated message. Use domain log filters. | 
| Methods inherited from class com.beasys.commerce.util.DefaultLog | 
|---|
| debug, deprecated, getMinimumLevel, getShowDebug, getShowDeprecated, info, info, log, log, log, log, setShowDebug, setShowDeprecated, textForLevel | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected final Map logMap
| Constructor Detail | 
|---|
public NonCatalogLog()
| Method Detail | 
|---|
public void setMinimumLevel(int aLevel)
setMinimumLevel in interface LogsetMinimumLevel in class DefaultLogaLevel - - this must conform to one of 
           LOG_DEBUG
           LOG_INFO
           LOG_WARNING
           LOG_ERROR
           LOG_FATAL
           LOG_SECURITYprotected NonCatalogLogger getLoggerForApp(String anAppName)
protected String assembleMsg(int aLevel,
                             String anAppName,
                             String aMsg)
assembleMsg in class DefaultLogaLevel - anAppName - aMsg - 
String
protected void logOutput(int aLevel,
                         String anAppName,
                         String aMsg,
                         Throwable anException)
logOutput in class DefaultLogaLevel - anAppName - the application nameaCompleteMsg - anException - | 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||