org.openorb.notify
Class Logger
java.lang.Object
org.openorb.notify.Logger
public class Logger
- extends java.lang.Object
The Logger class defines operations for logging information,
warnings and errors messages. It implements a singleton object,
which is not initialized by default. Before any logging can be
done, this class must be initialized with an Avalon Logger
instance.
- Author:
- Shawn Boyce, Gary Shea
Constructor Summary |
Logger(org.apache.avalon.framework.logger.Logger logger)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Logger
public Logger(org.apache.avalon.framework.logger.Logger logger)
getCAdminLogger
public final org.apache.avalon.framework.logger.Logger getCAdminLogger()
getCProxyLogger
public final org.apache.avalon.framework.logger.Logger getCProxyLogger()
getChannelLogger
public final org.apache.avalon.framework.logger.Logger getChannelLogger()
getFactoryLogger
public final org.apache.avalon.framework.logger.Logger getFactoryLogger()
getFilterLogger
public final org.apache.avalon.framework.logger.Logger getFilterLogger()
getRecoveryLogger
public final org.apache.avalon.framework.logger.Logger getRecoveryLogger()
getSAdminLogger
public final org.apache.avalon.framework.logger.Logger getSAdminLogger()
getSProxyLogger
public final org.apache.avalon.framework.logger.Logger getSProxyLogger()
getServerLogger
public final org.apache.avalon.framework.logger.Logger getServerLogger()