Uses of Class
org.apache.log.Logger
-
Packages that use Logger 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. -
-
Uses of Logger in org.apache.log
Fields in org.apache.log declared as Logger Modifier and Type Field Description private static Logger[]
Logger. EMPTY_SET
private Logger[]
Logger. m_children
private Logger
Logger. m_parent
private Logger
Hierarchy. m_rootLogger
Methods in org.apache.log that return Logger Modifier and Type Method Description Logger
Logger. getChildLogger(java.lang.String subCategory)
Create a new child logger.Logger[]
Logger. getChildren()
Get all the child Loggers of current logger.Logger
Hierarchy. getLoggerFor(java.lang.String category)
Retrieve a logger for named category.Logger
Hierarchy. getRootLogger()
Utility method to retrieve logger for hierarchy.Methods in org.apache.log with parameters of type Logger Modifier and Type Method Description void
Hierarchy.InnerLoggerListener. loggerCreated(java.lang.String category, Logger logger)
Notify listener that a logger was created.private void
Hierarchy. notifyLoggerCreated(java.lang.String category, Logger logger)
Notify logger listener (if any) that a new logger was created.Constructors in org.apache.log with parameters of type Logger Constructor Description Logger(ErrorHandler errorHandler, LoggerListener loggerListener, java.lang.String category, LogTarget[] logTargets, Logger parent)
Protected constructor for use inside the logging toolkit. -
Uses of Logger in org.apache.log.util
Fields in org.apache.log.util declared as Logger Modifier and Type Field Description private Logger
LoggerOutputStream. m_logger
Methods in org.apache.log.util with parameters of type Logger Modifier and Type Method Description 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 Constructor Description LoggerOutputStream(Logger logger, Priority priority)
Construct OutputStreamLogger to write to a particular logger at a particular priority.
-