IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class BTTLogVoidImp

java.lang.Object
  extended by com.ibm.btt.base.BTTLogVoidImp
All Implemented Interfaces:
BTTLog

public class BTTLogVoidImp
extends java.lang.Object
implements BTTLog

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)
          do noting
 void debug(java.lang.String msg, java.lang.Throwable exception)
          do noting
 void debug(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
          do noting
 boolean doDebug()
          return false
 boolean doError()
          return false
 boolean doFatal()
          return false
 boolean doInfo()
          return false
 boolean doWarn()
          return false
 void entry()
          do nothing
 void entry(java.lang.String methodName)
          do nothing
 void entry(java.lang.String className, java.lang.String methodName)
          do nothing
 void error(java.lang.String msg)
          do nothing
 void error(java.lang.String msg, java.lang.Throwable exception)
          do nothing
 void error(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
          do nothing
 void exit()
          do nothing
 void exit(java.lang.String methodName)
          do nothing
 void exit(java.lang.String className, java.lang.String methodName)
          do nothing
 void fatal(java.lang.String msg)
          do nothing
 void fatal(java.lang.String msg, java.lang.Throwable exception)
          do nothing
 void fatal(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
          do nothing
 void info(java.lang.String msg)
          do nothing
 void info(java.lang.String msg, java.lang.Throwable exception)
          do nothing
 void info(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
          do nothing
 void warn(java.lang.String msg)
          do nothing
 void warn(java.lang.String msg, java.lang.Throwable exception)
          do nothing
 void warn(java.lang.String msg, java.lang.Throwable exception, java.lang.Object[] obj)
          do nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTTLogVoidImp

public BTTLogVoidImp()
Method Detail

debug

public void debug(java.lang.String msg)
do noting

Specified by:
debug in interface BTTLog
Parameters:
msg - trace message

debug

public void debug(java.lang.String msg,
                  java.lang.Throwable exception)
do noting

Specified by:
debug in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced

debug

public void debug(java.lang.String msg,
                  java.lang.Throwable exception,
                  java.lang.Object[] obj)
do noting

Specified by:
debug in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced
obj - object array

doDebug

public boolean doDebug()
return false

Specified by:
doDebug in interface BTTLog
Returns:
true if the message of DEBUG level is currently enabled by BTT trace configuration and target configuration.

doError

public boolean doError()
return false

Specified by:
doError in interface BTTLog
Returns:
true if the message of ERROR level is currently enabled by BTT trace configuration.

doFatal

public boolean doFatal()
return false

Specified by:
doFatal in interface BTTLog
Returns:
true if the message of FATAL level is currently enabled by BTT trace configuration and target configuration.

doInfo

public boolean doInfo()
return false

Specified by:
doInfo in interface BTTLog
Returns:
true if the message of INFO level is currently enabled by BTT trace configuration and target configuration.

doWarn

public boolean doWarn()
return false

Specified by:
doWarn in interface BTTLog
Returns:
true if the message of WARN level is currently enabled by BTT trace configuration and target configuration.

entry

public void entry()
do nothing

Specified by:
entry in interface BTTLog

entry

public void entry(java.lang.String methodName)
do nothing


entry

public void entry(java.lang.String className,
                  java.lang.String methodName)
do nothing


error

public void error(java.lang.String msg)
do nothing

Specified by:
error in interface BTTLog
Parameters:
msg - trace message

error

public void error(java.lang.String msg,
                  java.lang.Throwable exception)
do nothing

Specified by:
error in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced

error

public void error(java.lang.String msg,
                  java.lang.Throwable exception,
                  java.lang.Object[] obj)
do nothing

Specified by:
error in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced
obj - object array

exit

public void exit()
do nothing

Specified by:
exit in interface BTTLog

exit

public void exit(java.lang.String methodName)
do nothing


exit

public void exit(java.lang.String className,
                 java.lang.String methodName)
do nothing


fatal

public void fatal(java.lang.String msg)
do nothing

Specified by:
fatal in interface BTTLog
Parameters:
msg - trace message

fatal

public void fatal(java.lang.String msg,
                  java.lang.Throwable exception)
do nothing

Specified by:
fatal in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced

fatal

public void fatal(java.lang.String msg,
                  java.lang.Throwable exception,
                  java.lang.Object[] obj)
do nothing

Specified by:
fatal in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced
obj - object array

info

public void info(java.lang.String msg)
do nothing

Specified by:
info in interface BTTLog
Parameters:
msg - trace message

info

public void info(java.lang.String msg,
                 java.lang.Throwable exception)
do nothing

Specified by:
info in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced

info

public void info(java.lang.String msg,
                 java.lang.Throwable exception,
                 java.lang.Object[] obj)
do nothing

Specified by:
info in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced
obj - object array

warn

public void warn(java.lang.String msg)
do nothing

Specified by:
warn in interface BTTLog
Parameters:
msg - trace message

warn

public void warn(java.lang.String msg,
                 java.lang.Throwable exception)
do nothing

Specified by:
warn in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced

warn

public void warn(java.lang.String msg,
                 java.lang.Throwable exception,
                 java.lang.Object[] obj)
do nothing

Specified by:
warn in interface BTTLog
Parameters:
msg - trace message
exception - exception to be traced
obj - object array

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011