|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
org.apache.log | Avalon LogKit is the logging framework used throughout the Avalon project. |
org.apache.log.util | Utilities suppporting the logging framework. |
Uses of Logger in org.apache.log |
Methods in org.apache.log that return Logger | |
static Logger |
LogKit.getLoggerFor(java.lang.String category)
Deprecated. Use Hierarchy.getDefaultHierarchy().getLoggerFor() instead |
Logger[] |
Logger.getChildren()
Get all the child Loggers of current logger. |
Logger |
Logger.getChildLogger(java.lang.String subCategory)
Create a new child logger. |
Logger |
Hierarchy.getLoggerFor(java.lang.String category)
Retrieve a logger for named category. |
Logger |
Hierarchy.getRootLogger()
Utility method to retrieve logger for hierarchy. |
Uses of Logger in org.apache.log.util |
Methods in org.apache.log.util that return Logger | |
static Logger |
LogKit2AvalonLoggerAdapter.createLogger(org.apache.avalon.framework.logger.Logger logger)
Create a Logkit Logger instance that
redirects to an Avalon Logger instance. |
Methods in org.apache.log.util with parameters of type Logger | |
abstract void |
LoggerListener.loggerCreated(java.lang.String category,
Logger logger)
Notify listener that Logger was created. |
Constructors in org.apache.log.util with parameters of type Logger | |
OutputStreamLogger(Logger logger,
Priority priority)
Deprecated. Use LoggerOutputStream as this class was misnamed. |
|
LogKitAvalonLogger(Logger logger)
Create a logger that delegates to specified logger. |
|
LoggerOutputStream(Logger logger,
Priority priority)
Construct OutputStreamLogger to write to a particular logger at a particular priority. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |