com.ibm.di.plugin.mqe.config
Class ConfigLog
java.lang.Object
com.ibm.di.plugin.mqe.config.ConfigLog
public class ConfigLog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigLog
public ConfigLog()
setLogEnabled
public static void setLogEnabled(boolean aLogEnabled)
setDebugEnabled
public static void setDebugEnabled(boolean aDebugEnabled)
isDebugEnabled
public static boolean isDebugEnabled()
isLogEnabled
public static boolean isLogEnabled()
logMsg
public static void logMsg(String aMsg)
debug
public static void debug(String aMsg)
logError
public static void logError(String aErrorMsg)
logException
public static void logException(String aErrorMsg,
Exception aExc)