Log4j 1.2.8

Uses of Class
org.apache.log4j.lf5.LogLevel

Packages that use LogLevel
org.apache.log4j.lf5 This version of LogFactor5 is not completely integrated with log4j.  
 

Uses of LogLevel in org.apache.log4j.lf5
 

Fields in org.apache.log4j.lf5 declared as LogLevel
static LogLevel LogLevel.FATAL
           
static LogLevel LogLevel.ERROR
           
static LogLevel LogLevel.WARN
           
static LogLevel LogLevel.INFO
           
static LogLevel LogLevel.DEBUG
           
static LogLevel LogLevel.SEVERE
           
static LogLevel LogLevel.WARNING
           
static LogLevel LogLevel.CONFIG
           
static LogLevel LogLevel.FINE
           
static LogLevel LogLevel.FINER
           
static LogLevel LogLevel.FINEST
           
protected  LogLevel LogRecord._level
           
 

Methods in org.apache.log4j.lf5 that return LogLevel
static LogLevel LogLevel.valueOf(String level)
          Convert a log level label into a LogLevel object.
static LogLevel LogLevel.register(LogLevel logLevel)
          Registers a used defined LogLevel.
 LogLevel LogRecord.getLevel()
          Get the level of this LogRecord.
 

Methods in org.apache.log4j.lf5 with parameters of type LogLevel
 boolean LogLevel.encompasses(LogLevel level)
          Returns true if the level supplied is encompassed by this level.
static LogLevel LogLevel.register(LogLevel logLevel)
          Registers a used defined LogLevel.
static void LogLevel.register(LogLevel[] logLevels)
           
 void LogLevel.setLogLevelColorMap(LogLevel level, Color color)
           
 void LogRecord.setLevel(LogLevel level)
          Set the level of this LogRecord.
 


Log4j 1.2.8

Copyright 2000-2002 Apache Software Foundation.