com.ibm.di.plugin.mqe.config
Class ConfigLog

java.lang.Object
  extended by com.ibm.di.plugin.mqe.config.ConfigLog

public class ConfigLog
extends Object


Constructor Summary
ConfigLog()
           
 
Method Summary
static void debug(String aMsg)
           
static boolean isDebugEnabled()
           
static boolean isLogEnabled()
           
static void logError(String aErrorMsg)
           
static void logException(String aErrorMsg, Exception aExc)
           
static void logMsg(String aMsg)
           
static void setDebugEnabled(boolean aDebugEnabled)
           
static void setLogEnabled(boolean aLogEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigLog

public ConfigLog()
Method Detail

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)