Package | Description |
---|---|
org.apache.log |
Avalon LogKit is the logging framework used throughout
the Avalon project.
|
org.apache.log.util |
Utilities suppporting the logging framework.
|
Modifier and Type | Method and Description |
---|---|
Logger |
Logger.getChildLogger(String subCategory)
Create a new child logger.
|
Logger[] |
Logger.getChildren()
Get all the child Loggers of current logger.
|
Logger |
Hierarchy.getLoggerFor(String category)
Retrieve a logger for named category.
|
Logger |
Hierarchy.getRootLogger()
Utility method to retrieve logger for hierarchy.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LoggerListener.loggerCreated(String category,
Logger logger)
Notify listener that Logger was created.
|
Constructor and Description |
---|
LoggerOutputStream(Logger logger,
Priority priority)
Construct OutputStreamLogger to write to a particular logger at a particular priority.
|
Copyright © 1997–2018. All rights reserved.