|
Avaya Conferencinge Plugable Logging API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoggerManager
An interface for objects that provide concrete implementations of Loggers.
All implementations of LoggerManager should provide a zero-argument constructor.
| Method Summary | |
|---|---|
Logger |
getLogger(java.lang.Class sourceClass)
Returns a Logger for the specified class. |
| Method Detail |
|---|
Logger getLogger(java.lang.Class sourceClass)
Logger for the specified class. Good implementations will ensure
that only one instance of
sourceClass - the class that the Logger object is for, the class
which will be the source of the messages sent to the bridge.
|
Avaya Conferencinge Plugable Logging API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||