Uses of Class
org.jlog2.LoggerFactory

Packages that use LoggerFactory
org.jlog2   
 

Uses of LoggerFactory in org.jlog2
 

Subclasses of LoggerFactory in org.jlog2
 class CustomLoggerFactory
          This class is an implementation of the logger factory to return the default logger functionality.
 

Fields in org.jlog2 declared as LoggerFactory
protected static LoggerFactory LoggerHandler.loggerFactory
          The factory that generates the loggers
 

Methods in org.jlog2 with parameters of type LoggerFactory
static void LoggerHandler.setUserLoggerFactory(LoggerFactory userLoggerFactory)
          Set the user logger factory to control the logging channels.
 

Constructors in org.jlog2 with parameters of type LoggerFactory
LoggerHandler(LoggerFactory theLoggerFactory)
          Creates a new instance of LoggerHandler.