Package | Description |
---|---|
org.apache.log4j | |
org.ops4j.pax.logging.service.internal |
Modifier and Type | Field and Description |
---|---|
static Level |
Level.ALL
The
ALL has the lowest possible rank and is intended to
turn on all logging. |
static Level |
Level.DEBUG
The
DEBUG Level designates fine-grained
informational events that are most useful to debug an
application. |
static Level |
Level.ERROR
The
ERROR level designates error events that
might still allow the application to continue running. |
static Level |
Level.FATAL
The
FATAL level designates very severe error
events that will presumably lead the application to abort. |
static Level |
Level.INFO
The
INFO level designates informational messages
that highlight the progress of the application at coarse-grained
level. |
static Level |
Level.OFF
The
OFF has the highest possible rank and is
intended to turn off logging. |
static Level |
Level.TRACE
The TRACE Level designates finer-grained
informational events than the DEBUG
|
static Level |
Level.WARN
The
WARN level designates potentially harmful situations. |
Modifier and Type | Method and Description |
---|---|
static Level |
Level.toLevel(int val)
Convert an integer passed as argument to a level.
|
static Level |
Level.toLevel(int val,
Level defaultLevel)
Convert an integer passed as argument to a level.
|
static Level |
Level.toLevel(String sArg)
Convert the string passed as argument to a level.
|
static Level |
Level.toLevel(String sArg,
Level defaultLevel)
Convert the string passed as argument to a level.
|
Modifier and Type | Method and Description |
---|---|
static Level |
Level.toLevel(int val,
Level defaultLevel)
Convert an integer passed as argument to a level.
|
static Level |
Level.toLevel(String sArg,
Level defaultLevel)
Convert the string passed as argument to a level.
|
Constructor and Description |
---|
PaxLevelImpl(Level delegate) |
Copyright © 2019. All rights reserved.