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_SETprivate Logger[]Logger.m_childrenThe list of child loggers associated with this loggerprivate final LoggerLogger.m_parentLogger to inherit logtargets and priorities fromprivate LoggerHierarchy.m_rootLoggerThe root logger which contains all Loggers in this hierarchyMethods 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 LoggerHierarchy.getRootLogger()Utility method to retrieve logger for hierarchy.Methods in org.apache.log with parameters of type LoggerModifier and TypeMethodDescriptionvoidHierarchy.InnerLoggerListener.loggerCreated(String category, Logger logger) Notify listener that a logger was created.private voidHierarchy.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 LoggerModifier and TypeFieldDescriptionprivate final LoggerLoggerOutputStream.m_loggerLogger that we log toMethods in org.apache.log.util with parameters of type LoggerModifier and TypeMethodDescriptionabstract voidLoggerListener.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.