| Package | Description |
|---|---|
| org.apache.log4j |
| Modifier and Type | Class and Description |
|---|---|
class |
Level
Defines the minimum set of levels recognized by the system, that is
OFF, FATAL, ERROR,
WARN, INFODEBUG and
ALL. |
| Modifier and Type | Field and Description |
|---|---|
static Priority |
Priority.DEBUG
Deprecated.
Use
Level.DEBUG instead. |
static Priority |
Priority.ERROR
Deprecated.
Use
Level.ERROR instead. |
static Priority |
Priority.FATAL
Deprecated.
Use
Level.FATAL instead. |
static Priority |
Priority.INFO
Deprecated.
Use
Level.INFO instead. |
static Priority |
Priority.WARN
Deprecated.
Use
Level.WARN instead. |
| Modifier and Type | Method and Description |
|---|---|
static Priority[] |
Priority.getAllPossiblePriorities()
Deprecated.
This method will be removed with no replacement.
|
static Priority |
Priority.toPriority(int val)
Deprecated.
Please use the
Level.toLevel(int) method instead. |
static Priority |
Priority.toPriority(int val,
Priority defaultPriority)
Deprecated.
Please use the
Level.toLevel(int,Level) method instead. |
static Priority |
Priority.toPriority(String sArg)
Deprecated.
Please use the
Level.toLevel(String) method instead. |
static Priority |
Priority.toPriority(String sArg,
Priority defaultPriority)
Deprecated.
Please use the
Level.toLevel(String,Level) method instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Category.isEnabledFor(Priority priority)
Check whether this category is enabled for a given
Level passed as parameter. |
boolean |
Priority.isGreaterOrEqual(Priority r)
Returns
true if this level has a higher or equal
level than the level passed as argument, false
otherwise. |
void |
Category.log(Priority priority,
Object msg)
Log a message with the code level priority.
|
void |
Category.log(Priority priority,
Object message,
Throwable t)
This generic form is intended to be used by wrappers.
|
void |
Category.log(String callerFQCN,
Priority level,
Object message,
Throwable t)
This is the most generic printing method.
|
static Priority |
Priority.toPriority(int val,
Priority defaultPriority)
Deprecated.
Please use the
Level.toLevel(int,Level) method instead. |
static Priority |
Priority.toPriority(String sArg,
Priority defaultPriority)
Deprecated.
Please use the
Level.toLevel(String,Level) method instead. |
Copyright © 2006-2015 OPS4J - Open Participation Software for Java. All Rights Reserved.