gov.nih.nci.caarray.util.io.logging
Class LogUtil

java.lang.Object
  extended by gov.nih.nci.caarray.util.io.logging.LogUtil

public final class LogUtil
extends java.lang.Object

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

logSubsystemEntry

public 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.

Parameters:
log - write to this log.
arguments - the arguments to the method call.

logSubsystemExit

public static void logSubsystemExit(org.apache.log4j.Logger log)
Logs a subsystem exit tracing message (at DEBUG level).

Parameters:
log - write to this log.