|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BTTLog
This class provides the main new trace APIs. Log instance is used to determine if trace is enabled by BTT trace configuration. It is also used to record trace messages.
Method Summary | |
---|---|
void |
debug(java.lang.String msg)
Write message of DEBUG level to trace targets. |
void |
debug(java.lang.String msg,
java.lang.Throwable exception)
Write message and exception stack trace of DEBUG level to trace targets. |
void |
debug(java.lang.String msg,
java.lang.Throwable exception,
java.lang.Object[] obj)
Write message, exception stack trace and object information of DEBUG level to trace targets. |
boolean |
doDebug()
Check if a message of the DEBUG level is enabled to be logged to trace target according to BTT trace configuration in btt.xml. |
boolean |
doError()
Check if a message of the ERROR level is enabled to be logged to trace target according to BTT trace configuration in btt.xml. |
boolean |
doFatal()
Check if a message of the FATAL level is enabled to be logged to trace target according to BTT trace configuration in btt.xml. |
boolean |
doInfo()
Check if a message of the INFO level is enabled to be logged to trace target according to BTT trace configuration in btt.xml. |
boolean |
doWarn()
Check if a message of the WARN level is enabled to be logged to trace target according to BTT trace configuration in btt.xml. |
void |
entry()
Write method entry message of DEBUG level to trace targets. |
void |
error(java.lang.String msg)
Write message of ERROR level to trace targets. |
void |
error(java.lang.String msg,
java.lang.Throwable exception)
Write message and exception stack trace of ERROR level to trace targets. |
void |
error(java.lang.String msg,
java.lang.Throwable exception,
java.lang.Object[] obj)
Write message, exception stack trace and object information of ERROR level to trace targets. |
void |
exit()
Write method entry message of DEBUG level to trace targets. |
void |
fatal(java.lang.String msg)
Write message of FATAL level to trace targets. |
void |
fatal(java.lang.String msg,
java.lang.Throwable exception)
Write message and exception stack trace of FATAL level to trace targets. |
void |
fatal(java.lang.String msg,
java.lang.Throwable exception,
java.lang.Object[] obj)
Write message, exception stack trace and object information of FATAL level to trace targets. |
void |
info(java.lang.String msg)
Write message of INFO level to trace targets. |
void |
info(java.lang.String msg,
java.lang.Throwable exception)
Write message and exception stack trace of INFO level to trace targets. |
void |
info(java.lang.String msg,
java.lang.Throwable exception,
java.lang.Object[] obj)
Write message, exception stack trace and object information of INFO level to trace targets. |
void |
warn(java.lang.String msg)
Write message of WARN level to trace targets. |
void |
warn(java.lang.String msg,
java.lang.Throwable exception)
Write message and exception stack trace of WARN level to trace targets. |
void |
warn(java.lang.String msg,
java.lang.Throwable exception,
java.lang.Object[] obj)
Write message, exception stack trace and object information of WARN level to trace targets. |
Method Detail |
---|
boolean doDebug()
boolean doInfo()
boolean doWarn()
boolean doError()
boolean doFatal()
void debug(java.lang.String msg)
msg
- trace messagevoid debug(java.lang.String msg, java.lang.Throwable exception)
msg
- trace messageexception
- exception to be tracedvoid debug(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
msg
- trace messageexception
- exception to be tracedobj
- object arrayvoid info(java.lang.String msg)
msg
- trace messagevoid info(java.lang.String msg, java.lang.Throwable exception)
msg
- trace messageexception
- exception to be tracedvoid info(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
msg
- trace messageexception
- exception to be tracedobj
- object arrayvoid warn(java.lang.String msg)
msg
- trace messagevoid warn(java.lang.String msg, java.lang.Throwable exception)
msg
- trace messageexception
- exception to be tracedvoid warn(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
msg
- trace messageexception
- exception to be tracedobj
- object arrayvoid error(java.lang.String msg)
msg
- trace messagevoid error(java.lang.String msg, java.lang.Throwable exception)
msg
- trace messageexception
- exception to be tracedvoid error(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
msg
- trace messageexception
- exception to be tracedobj
- object arrayvoid fatal(java.lang.String msg)
msg
- trace messagevoid fatal(java.lang.String msg, java.lang.Throwable exception)
msg
- trace messageexception
- exception to be tracedvoid fatal(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
msg
- trace messageexception
- exception to be tracedobj
- object arrayvoid entry()
void exit()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |