org.openorb.notify
Class Logger

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.avalon.framework.logger.Logger getCAdminLogger()
           
 org.apache.avalon.framework.logger.Logger getChannelLogger()
           
 org.apache.avalon.framework.logger.Logger getCProxyLogger()
           
 org.apache.avalon.framework.logger.Logger getFactoryLogger()
           
 org.apache.avalon.framework.logger.Logger getFilterLogger()
           
 org.apache.avalon.framework.logger.Logger getRecoveryLogger()
           
 org.apache.avalon.framework.logger.Logger getSAdminLogger()
           
 org.apache.avalon.framework.logger.Logger getServerLogger()
           
 org.apache.avalon.framework.logger.Logger getSProxyLogger()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger(org.apache.avalon.framework.logger.Logger logger)
Method Detail

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()