Uses of Class
org.slf4j.helpers.MarkerIgnoringBase
-
Packages that use MarkerIgnoringBase Package Description org.slf4j.helpers Helper classes.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4j
package. -
-
Uses of MarkerIgnoringBase in org.slf4j.helpers
Subclasses of MarkerIgnoringBase in org.slf4j.helpers Modifier and Type Class Description class
NOPLogger
A direct NOP (no operation) implementation ofLogger
. -
Uses of MarkerIgnoringBase in org.slf4j.impl
Subclasses of MarkerIgnoringBase in org.slf4j.impl Modifier and Type Class Description class
JCLLoggerAdapter
A wrapper overorg.apache.commons.logging.Log
in conformance with theLogger
interface.class
JDK14LoggerAdapter
A wrapper overjava.util.logging.Logger
in conformity with theLogger
interface.class
SimpleLogger
Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).
-