amwebarsentitlementservice.support
Class LoggingManager
java.lang.Object
|
+--amwebarsentitlementservice.support.LoggingManager
- public class LoggingManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingManager
protected LoggingManager()
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