Uses of Class
org.apache.log4j.lf5.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in org.apache.log4j.lf5
Fields in org.apache.log4j.lf5 declared as LogLevelModifier and TypeFieldDescriptionprotected LogLevel
LogRecord._level
static final LogLevel
LogLevel.CONFIG
static final LogLevel
LogLevel.DEBUG
static final LogLevel
LogLevel.ERROR
static final LogLevel
LogLevel.FATAL
static final LogLevel
LogLevel.FINE
static final LogLevel
LogLevel.FINER
static final LogLevel
LogLevel.FINEST
static final LogLevel
LogLevel.INFO
static final LogLevel
LogLevel.SEVERE
static final LogLevel
LogLevel.WARN
static final LogLevel
LogLevel.WARNING
Methods in org.apache.log4j.lf5 that return LogLevelModifier and TypeMethodDescriptionLogRecord.getLevel()
Get the level of this LogRecord.static LogLevel
Registers a used defined LogLevel.static LogLevel
Convert a log level label into a LogLevel object.Methods in org.apache.log4j.lf5 with parameters of type LogLevelModifier and TypeMethodDescriptionboolean
LogLevel.encompasses
(LogLevel level) Returns true if the level supplied is encompassed by this level.static LogLevel
Registers a used defined LogLevel.static void
void
Set the level of this LogRecord.void
LogLevel.setLogLevelColorMap
(LogLevel level, Color color)