Uses of Class
org.apache.log4j.lf5.LogLevel
-
Packages that use LogLevel Package Description org.apache.log4j.lf5 -
-
Uses of LogLevel in org.apache.log4j.lf5
Fields in org.apache.log4j.lf5 declared as LogLevel Modifier and Type Field Description protected LogLevel
LogRecord. _level
static LogLevel
LogLevel. CONFIG
static LogLevel
LogLevel. DEBUG
static LogLevel
LogLevel. ERROR
static LogLevel
LogLevel. FATAL
static LogLevel
LogLevel. FINE
static LogLevel
LogLevel. FINER
static LogLevel
LogLevel. FINEST
static LogLevel
LogLevel. INFO
static LogLevel
LogLevel. SEVERE
static LogLevel
LogLevel. WARN
static LogLevel
LogLevel. WARNING
Methods in org.apache.log4j.lf5 that return LogLevel Modifier and Type Method Description LogLevel
LogRecord. getLevel()
Get the level of this LogRecord.static LogLevel
LogLevel. register(LogLevel logLevel)
Registers a used defined LogLevel.static LogLevel
LogLevel. valueOf(java.lang.String level)
Convert a log level label into a LogLevel object.Methods in org.apache.log4j.lf5 with parameters of type LogLevel Modifier and Type Method Description 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
LogRecord. setLevel(LogLevel level)
Set the level of this LogRecord.void
LogLevel. setLogLevelColorMap(LogLevel level, java.awt.Color color)
-