Avaya Conferencinge Plugable Logging API

com.avaya.conferencing.logging
Interface LoggerManager


public interface LoggerManager

An interface for objects that provide concrete implementations of Loggers.

All implementations of LoggerManager should provide a zero-argument constructor.

Since:
1.3

Method Summary
 Logger getLogger(java.lang.Class sourceClass)
          Returns a Logger for the specified class.
 

Method Detail

getLogger

Logger getLogger(java.lang.Class sourceClass)
Returns a Logger for the specified class. Good implementations will ensure that only one instance of

Parameters:
sourceClass - the class that the Logger object is for, the class which will be the source of the messages sent to the bridge.
Returns:
the logger
Since:
1.3

Avaya Conferencinge Plugable Logging API

Copyright © 2008-2009 Avaya, Inc. Licensed under the Apache License, Version 2.0.