com.metamatrix.dqp.embedded.admin
Class DQPLogListener

java.lang.Object
  extended by com.metamatrix.dqp.embedded.admin.DQPLogListener
All Implemented Interfaces:
LogListener

public class DQPLogListener
extends java.lang.Object
implements LogListener


Constructor Summary
DQPLogListener(EmbeddedLogger logger)
           
 
Method Summary
 void log(int level, java.lang.String context, java.lang.Object msg)
           
 void log(int level, java.lang.String context, java.lang.Throwable t, java.lang.Object msg)
           
 void shutdown()
          Shut down this listener, requesting it clean up and release any resources it may have acquired during its use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DQPLogListener

public DQPLogListener(EmbeddedLogger logger)
Method Detail

log

public void log(int level,
                java.lang.String context,
                java.lang.Object msg)
Specified by:
log in interface LogListener

log

public void log(int level,
                java.lang.String context,
                java.lang.Throwable t,
                java.lang.Object msg)
Specified by:
log in interface LogListener

shutdown

public void shutdown()
Description copied from interface: LogListener
Shut down this listener, requesting it clean up and release any resources it may have acquired during its use. The listener is free to ignore this request if it is not responsible for managing the resources it uses or if there are no resources.

Specified by:
shutdown in interface LogListener


Copyright © 2009. All Rights Reserved.