carolLogger
protected static Logger carolLogger
the carol logger jndiCarol and rmiCarol logger are children of carol
logger
cmiDesLogger
protected static Logger cmiDesLogger
cmiJndiLogger
protected static Logger cmiJndiLogger
cmiRegistryLogger
protected static Logger cmiRegistryLogger
exportCarolLogger
protected static Logger exportCarolLogger
jndiCarolLogger
protected static Logger jndiCarolLogger
prefix
public static final String prefix
prefix used to identify CAROL loggers
rmiCarolLogger
protected static Logger rmiCarolLogger
configure
public static void configure()
Configure the log for CAROL. Log configuration is stored in a property
file, trace.properties
, which should be available from
the classpath.
configure
public static void configure(LoggerFactory lf)
Configure the log for CAROL
debugCarol
public static void debugCarol(String msg)
Log a Carol debug message.
debugCmiDes
public static void debugCmiDes(String msg)
Log a Cmi DES debug message.
debugCmiJndi
public static void debugCmiJndi(String msg)
Log a Cmi JNDI debug message.
debugCmiRegistry
public static void debugCmiRegistry(String msg)
Log a Cmi registry debug message.
debugExportCarol
public static void debugExportCarol(String msg)
debugJndiCarol
public static void debugJndiCarol(String msg)
Log a Jndi debug message.
debugRmiCarol
public static void debugRmiCarol(String msg)
Log a Rmi debug message.
error
public static void error(String msg)
Log an error message.
error
public static void error(String msg,
Throwable th)
Log an error message and a stack trace from a Throwable object.
infoCarol
public static void infoCarol(String msg)
Log a Carol Info message.
isDebugCarol
public static boolean isDebugCarol()
Test if Carol debug messages are logged.
- boolean
true
if Carol debug messages are logged,
false
otherwise
isDebugCmiDes
public static boolean isDebugCmiDes()
Test if Cmi DES debug messages are logged.
- boolean
true
if Cmi DES debug messages are logged,
false
otherwise
isDebugCmiJndi
public static boolean isDebugCmiJndi()
Test if Cmi JNDI debug messages are logged.
- boolean
true
if Cmi JNDI debug messages are
logged, false
otherwise
isDebugCmiRegistry
public static boolean isDebugCmiRegistry()
Test if Cmi registry debug messages are logged.
- boolean
true
if Cmi registry debug messages are
logged, false
otherwise
isDebugExportCarol
public static boolean isDebugExportCarol()
- boolean true is is debug export
isDebugJndiCarol
public static boolean isDebugJndiCarol()
Test if Jndi debug messages are logged.
- boolean
true
if Jndi debug messages are logged,
false
otherwise
isDebugRmiCarol
public static boolean isDebugRmiCarol()
Test if Rmi debug messages are logged.
- boolean
true
if Rmi debug messages are logged,
false
otherwise
isInfoCarol
public static boolean isInfoCarol()
Test if Carol info messages are logged.
- boolean
true
if Carol debug messages are logged,
false
otherwise
verbose
public static void verbose(String msg)
Log a verbose message