Uses of Class
org.apache.log4j.Priority
Package
Description
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
-
Uses of Priority in org.apache.log4j
Modifier and TypeClassDescriptionclass
Defines the minimum set of levels recognized by the system, that isOFF
,FATAL
,ERROR
,WARN
,INFO
,DEBUG
andALL
.Modifier and TypeFieldDescriptionstatic final Priority
Priority.DEBUG
Deprecated.static final Priority
Priority.ERROR
Deprecated.UseLevel.ERROR
instead.static final Priority
Priority.FATAL
Deprecated.UseLevel.FATAL
instead.static final Priority
Priority.INFO
Deprecated.UseLevel.INFO
instead.static final Priority
Priority.WARN
Deprecated.UseLevel.WARN
instead.Modifier and TypeMethodDescriptionstatic Priority[]
Priority.getAllPossiblePriorities()
Deprecated.This method will be removed with no replacement.static Priority
Priority.toPriority
(int val) Deprecated.Please use theLevel.toLevel(int)
method instead.static Priority
Priority.toPriority
(int val, Priority defaultPriority) Deprecated.Please use theLevel.toLevel(int, Level)
method instead.static Priority
Priority.toPriority
(String sArg) Deprecated.Please use theLevel.toLevel(String)
method instead.static Priority
Priority.toPriority
(String sArg, Priority defaultPriority) Deprecated.Please use theLevel.toLevel(String, Level)
method instead.Modifier and TypeMethodDescriptionprotected void
boolean
Category.isEnabledFor
(Priority p) Determines whether the priority passed as parameter is enabled in the underlying SLF4J logger.boolean
Priority.isGreaterOrEqual
(Priority r) Returnstrue
if this level has a higher or equal level than the level passed as argument,false
otherwise.void
void
void
void
AppenderSkeleton.setThreshold
(Priority threshold) static Priority
Priority.toPriority
(int val, Priority defaultPriority) Deprecated.Please use theLevel.toLevel(int, Level)
method instead.static Priority
Priority.toPriority
(String sArg, Priority defaultPriority) Deprecated.Please use theLevel.toLevel(String, Level)
method instead.
Level.DEBUG
instead.