amwebarsentitlementservice.support
Class LoggingManager

java.lang.Object
  |
  +--amwebarsentitlementservice.support.LoggingManager

public class LoggingManager
extends java.lang.Object


Constructor Summary
protected LoggingManager()
           
 
Method Summary
protected  java.lang.Object clone()
          It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
 void finalize()
           
 com.ibm.logging.Logger getExceptionLogger()
          Returns the exception_logger.
static LoggingManager getInstance()
          Returns the only instance of the LoggingManager.
 com.ibm.logging.Logger getMeteringLogger()
          Returns the metering_logger.
 com.ibm.logging.TraceLogger getTraceLogger()
          Returns the trace_logger.
static boolean isExceptionLogging()
           
static boolean isMeteringLogging()
           
static boolean isTraceLogging()
           
 void stopLogging()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingManager

protected LoggingManager()
Method Detail

getInstance

public static LoggingManager getInstance()
Returns the only instance of the LoggingManager.
Returns:
only instance of LoggingManager

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException -  

getExceptionLogger

public com.ibm.logging.Logger getExceptionLogger()
Returns the exception_logger.
Returns:
Logger

getMeteringLogger

public com.ibm.logging.Logger getMeteringLogger()
Returns the metering_logger.
Returns:
Logger

getTraceLogger

public com.ibm.logging.TraceLogger getTraceLogger()
Returns the trace_logger.
Returns:
TraceLogger

isTraceLogging

public static boolean isTraceLogging()

isExceptionLogging

public static boolean isExceptionLogging()

isMeteringLogging

public static boolean isMeteringLogging()

stopLogging

public void stopLogging()

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object