This class is a minimal implementation of the original org.apache.log4j.Category
class (as found in log4j 1.2) by delegation of all calls to a {@link org.slf4j.Logger} instance.
Log4j's trace
, debug()
, info()
, warn()
, error()
printing methods are directly mapped to their SLF4J equivalents. Log4j's fatal()
printing method is mapped to SLF4J's error()
method with a FATAL marker.
@author Sébastien Pennec
@author Ceki Gülcü
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|