Package org.slf4j
package org.slf4j
Core logging interfaces.
-
ClassDescription
ILoggerFactoryinstances manufactureLoggerinstances by name.Implementations of this interface are used to manufactureMarkerinstances.The org.slf4j.Logger interface is the main user entry point of SLF4J API.TheLoggerFactoryis 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 producingMarkerinstances 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.