Package org.slf4j
package org.slf4j
Core logging interfaces.
-
ClassDescription
ILoggerFactory
instances manufactureLogger
instances by name.Implementations of this interface are used to manufactureMarker
instances.The org.slf4j.Logger interface is the main user entry point of SLF4J API.TheLoggerFactory
is a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging.All methods in this class are reserved for internal use, for testing purposes.Markers are named objects used to enrich log statements.MarkerFactory is a utility class producingMarker
instances as appropriate for the logging system currently in use.This class hides and serves as a substitute for the underlying logging system's MDC implementation.An adapter to remove the key when done.