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.
 

Methods in org.jlog2 that return LoggerFactory
static LoggerFactory LoggerFactory.getInstance()
          Get the created instance of the logger factory.
 

Methods in org.jlog2 with parameters of type LoggerFactory
static void LoggerFactory.setLoggerFactory(LoggerFactory thisLoggerFactory)
          Set the instance of the logger factory to be used.