Uses of Class
org.jlog2.Logger

Packages that use Logger
org.jlog2   
org.jlog2.util   
 

Uses of Logger in org.jlog2
 

Methods in org.jlog2 that return Logger
static Logger LoggerHandler.getLogger(java.lang.String loggerID)
          Return a logger appropriate to the class specified.
abstract  Logger LoggerFactory.getLoggerInstance(java.lang.String loggerID)
          Create a new instance of Logger.
 Logger CustomLoggerFactory.getLoggerInstance(java.lang.String loggerID)
          Create a new instance of Logger.
 

Methods in org.jlog2 with parameters of type Logger
static void LoggerHandler.debugError(Logger logger, java.lang.String level, java.lang.Exception error)
          Log the error on the debug log stream.
static void LoggerHandler.debugMessage(Logger logger, java.lang.String level, java.lang.String methodName, java.lang.String message)
          Log the message on the debug stream if suitable.
static void LoggerHandler.logError(Logger logger, java.lang.String level, java.lang.Exception error)
          Log the error on the log stream.
static void LoggerHandler.logMessage(Logger logger, java.lang.String level, java.lang.String methodName, java.lang.String message)
          Log the message on the logger if suitable.
 

Uses of Logger in org.jlog2.util
 

Fields in org.jlog2.util declared as Logger
protected static Logger FileLoader.logger
          The logger