|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.BTTLogVoidImp
public class BTTLogVoidImp
This class is used when BTT trace is not initialized. The trace operation is empty
Constructor Summary | |
---|---|
BTTLogVoidImp()
|
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 |
entry(java.lang.String methodName)
|
void |
entry(java.lang.String className,
java.lang.String methodName)
|
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 |
exit(java.lang.String methodName)
|
void |
exit(java.lang.String className,
java.lang.String methodName)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTTLogVoidImp()
Method Detail |
---|
public void debug(java.lang.String msg)
BTTLog
debug
in interface BTTLog
msg
- trace messagepublic void debug(java.lang.String msg, java.lang.Throwable exception)
BTTLog
debug
in interface BTTLog
msg
- trace messageexception
- exception to be tracedpublic void debug(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
BTTLog
debug
in interface BTTLog
msg
- trace messageexception
- exception to be tracedobj
- object arraypublic boolean doDebug()
BTTLog
doDebug
in interface BTTLog
public boolean doError()
BTTLog
doError
in interface BTTLog
public boolean doFatal()
BTTLog
doFatal
in interface BTTLog
public boolean doInfo()
BTTLog
doInfo
in interface BTTLog
public boolean doWarn()
BTTLog
doWarn
in interface BTTLog
public void entry()
BTTLog
entry
in interface BTTLog
public void entry(java.lang.String methodName)
public void entry(java.lang.String className, java.lang.String methodName)
public void error(java.lang.String msg)
BTTLog
error
in interface BTTLog
msg
- trace messagepublic void error(java.lang.String msg, java.lang.Throwable exception)
BTTLog
error
in interface BTTLog
msg
- trace messageexception
- exception to be tracedpublic void error(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
BTTLog
error
in interface BTTLog
msg
- trace messageexception
- exception to be tracedobj
- object arraypublic void exit()
BTTLog
exit
in interface BTTLog
public void exit(java.lang.String methodName)
public void exit(java.lang.String className, java.lang.String methodName)
public void fatal(java.lang.String msg)
BTTLog
fatal
in interface BTTLog
msg
- trace messagepublic void fatal(java.lang.String msg, java.lang.Throwable exception)
BTTLog
fatal
in interface BTTLog
msg
- trace messageexception
- exception to be tracedpublic void fatal(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
BTTLog
fatal
in interface BTTLog
msg
- trace messageexception
- exception to be tracedobj
- object arraypublic void info(java.lang.String msg)
BTTLog
info
in interface BTTLog
msg
- trace messagepublic void info(java.lang.String msg, java.lang.Throwable exception)
BTTLog
info
in interface BTTLog
msg
- trace messageexception
- exception to be tracedpublic void info(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
BTTLog
info
in interface BTTLog
msg
- trace messageexception
- exception to be tracedobj
- object arraypublic void warn(java.lang.String msg)
BTTLog
warn
in interface BTTLog
msg
- trace messagepublic void warn(java.lang.String msg, java.lang.Throwable exception)
BTTLog
warn
in interface BTTLog
msg
- trace messageexception
- exception to be tracedpublic void warn(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
BTTLog
warn
in interface BTTLog
msg
- trace messageexception
- exception to be tracedobj
- object array
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |