Class | Description |
---|---|
BasicConfigurator |
Empty basic configurator skeleton (use tinylog for real configuration).
|
Category |
Deprecated log4j logging API (use
Logger instead). |
Level |
Defines the minimum set of levels recognized by the system, that is
OFF , FATAL ,
ERROR , WARN , INFO , DEBUG and ALL . |
Logger |
log4j logging API.
|
LogManager |
API to create and find loggers.
|
LogMF |
Apache Log4j 1.x compatible parameterized logging class with
MessageFormat pattern syntax. |
LogSF |
Apache Log4j 1.x compatible parameterized logging class with SLF4J pattern syntax. "{}" placeholders will be replaced
in declared order by given arguments.
|
LogXF |
Base class for Apache Log4j 1.x compatible parameterized logging classes.
|
MDC |
Thread-based mapped diagnostic context.
|
Priority |
Refrain from using this class directly, use
the
Level class instead. |
PropertyConfigurator |
Empty property configurator skeleton (use tinylog for real configuration).
|
Copyright © 2019. All rights reserved.