org.openorb.notify

Class Logger

public class Logger extends 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(Logger logger)
Method Summary
LoggergetCAdminLogger()
LoggergetChannelLogger()
LoggergetCProxyLogger()
LoggergetFactoryLogger()
LoggergetFilterLogger()
LoggergetRecoveryLogger()
LoggergetSAdminLogger()
LoggergetServerLogger()
LoggergetSProxyLogger()

Constructor Detail

Logger

public Logger(Logger logger)

Method Detail

getCAdminLogger

public final Logger getCAdminLogger()

getChannelLogger

public final Logger getChannelLogger()

getCProxyLogger

public final Logger getCProxyLogger()

getFactoryLogger

public final Logger getFactoryLogger()

getFilterLogger

public final Logger getFilterLogger()

getRecoveryLogger

public final Logger getRecoveryLogger()

getSAdminLogger

public final Logger getSAdminLogger()

getServerLogger

public final Logger getServerLogger()

getSProxyLogger

public final Logger getSProxyLogger()