com.sun.idm.logging.trace
Class TraceManager

java.lang.Object
  extended bycom.sun.idm.logging.trace.TraceManager

public class TraceManager
extends java.lang.Object

TraceManager provides a trace management access point. It is used to configure the trace loggers, as well as to obtain a per-class logger. Trace is self-initializing, by default it will read its configuration from system properties and/or Waveset.properties. However, this configuration may be updated at a later date (such as during startup servlet execution).


Field Summary
static java.lang.String code_id
           
 
Method Summary
static Trace getTrace(java.lang.String className)
          Get a trace logger for the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

getTrace

public static Trace getTrace(java.lang.String className)
Get a trace logger for the specified class.

Parameters:
className - - the class for which to obtain the logger.
Returns:
the Trace logger for the specified component.