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_SETprivate Logger[]Logger. m_childrenprivate LoggerLogger. m_parentprivate LoggerHierarchy. m_rootLoggerMethods in org.apache.log that return Logger Modifier and Type Method Description LoggerLogger. getChildLogger(java.lang.String subCategory)Create a new child logger.Logger[]Logger. getChildren()Get all the child Loggers of current logger.LoggerHierarchy. getLoggerFor(java.lang.String category)Retrieve a logger for named category.LoggerHierarchy. getRootLogger()Utility method to retrieve logger for hierarchy.Methods in org.apache.log with parameters of type Logger Modifier and Type Method Description voidHierarchy.InnerLoggerListener. loggerCreated(java.lang.String category, Logger logger)Notify listener that a logger was created.private voidHierarchy. 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 LoggerLoggerOutputStream. m_loggerMethods in org.apache.log.util with parameters of type Logger Modifier and Type Method Description abstract voidLoggerListener. 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.
-