|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.util.DefaultLog | +--com.beasys.commerce.axiom.util.weblogic.Log
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.
weblogic.common.LogServicesDef
,
WebLogicHelper
Field Summary | |
protected weblogic.common.LogServicesDef |
log
|
Fields inherited from class com.beasys.commerce.util.DefaultLog |
COMMA, DEFAULT_APP_NAME, minimumLevel, QUOTE, 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 | |
Log()
Default constructor. |
Method Summary | |
protected void |
logOutput(int aLevel,
java.lang.String anAppName,
java.lang.String aMsg,
java.lang.Throwable anException)
Log the output. |
Methods inherited from class com.beasys.commerce.util.DefaultLog |
assembleMsg, debug, deprecated, getMinimumLevel, getShowDeprecated, info, info, log, log, log, log, setMinimumLevel, setShowDeprecated, textForLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected weblogic.common.LogServicesDef log
Constructor Detail |
public Log()
Method Detail |
protected void logOutput(int aLevel, java.lang.String anAppName, java.lang.String aMsg, java.lang.Throwable anException)
logOutput
in class DefaultLog
aLevel
- anAppName
- the application nameaCompleteMsg
- anException
-
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |