Package org.slf4j


package org.slf4j

Core logging interfaces.


  • Class
    Description
    ILoggerFactory instances manufacture Logger instances by name.
    Implementations of this interface are used to manufacture Marker instances.
    The org.slf4j.Logger interface is the main user entry point of SLF4J API.
    The LoggerFactory is a utility class producing Loggers for various logging APIs, e.g.
    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 producing Marker 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.