|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.excalibur.logger.util.AvalonTee org.apache.avalon.excalibur.logger.util.LoggerManagerTee
An AvalonTee object is not usefull by itself as it does not implement any component interface. Its primary use is to serve as a base class for objects proxing not only lifecycle but also some "meaningfull" interfaces. This object proxies LoggerManager interface.
Field Summary |
Fields inherited from interface org.apache.avalon.excalibur.logger.LoggerManager |
ROLE |
Constructor Summary | |
LoggerManagerTee(LoggerManager loggerManager)
Creates a new instance of LoggerManagerTee. |
Method Summary | |
Logger |
getDefaultLogger()
Return the default Logger. |
Logger |
getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category. |
Methods inherited from class org.apache.avalon.excalibur.logger.util.AvalonTee |
addTee, configure, contextualize, dispose, enableLogging, makeReadOnly, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoggerManagerTee(LoggerManager loggerManager)
Method Detail |
public Logger getLoggerForCategory(java.lang.String categoryName)
getLoggerForCategory
in interface LoggerManager
public Logger getDefaultLogger()
getDefaultLogger
in interface LoggerManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |