|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.util.io.logging.LogUtil
public final class LogUtil
Utility methods for logging functionality.
Method Summary | |
---|---|
static void |
logSubsystemEntry(org.apache.log4j.Logger log,
java.lang.Object... arguments)
Logs a subsystem entry tracing message (at DEBUG level), listing the method and arguments. |
static void |
logSubsystemExit(org.apache.log4j.Logger log)
Logs a subsystem exit tracing message (at DEBUG level). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void logSubsystemEntry(org.apache.log4j.Logger log, java.lang.Object... arguments)
log
- write to this log.arguments
- the arguments to the method call.public static void logSubsystemExit(org.apache.log4j.Logger log)
log
- write to this log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |