Uses of Class
org.apache.log.Logger
Packages that use Logger
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
Utilities suppporting the logging framework.
-
Uses of Logger in org.apache.log
Fields in org.apache.log declared as LoggerModifier and TypeFieldDescriptionprivate static final Logger[]
Logger.EMPTY_SET
private Logger[]
Logger.m_children
private final Logger
Logger.m_parent
private Logger
Hierarchy.m_rootLogger
Methods in org.apache.log that return LoggerModifier and TypeMethodDescriptionLogger.getChildLogger
(String subCategory) Create a new child logger.Logger[]
Logger.getChildren()
Get all the child Loggers of current logger.Hierarchy.getLoggerFor
(String category) Retrieve a logger for named category.final Logger
Hierarchy.getRootLogger()
Utility method to retrieve logger for hierarchy.Methods in org.apache.log with parameters of type LoggerModifier and TypeMethodDescriptionvoid
Hierarchy.InnerLoggerListener.loggerCreated
(String category, Logger logger) Notify listener that a logger was created.private void
Hierarchy.notifyLoggerCreated
(String category, Logger logger) Notify logger listener (if any) that a new logger was created.Constructors in org.apache.log with parameters of type LoggerModifierConstructorDescription(package private)
Logger
(ErrorHandler errorHandler, LoggerListener loggerListener, 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 LoggerMethods in org.apache.log.util with parameters of type LoggerModifier and TypeMethodDescriptionabstract void
LoggerListener.loggerCreated
(String category, Logger logger) Notify listener that Logger was created.Constructors in org.apache.log.util with parameters of type LoggerModifierConstructorDescriptionLoggerOutputStream
(Logger logger, Priority priority) Construct OutputStreamLogger to write to a particular logger at a particular priority.