Module org.slf4j


module org.slf4j

This module defines the client-facing SLF4J API.

More specifically, the org.slf4j package contains client-facing classes and interfaces.

The org.slf4j.spi package contains classes which are intended for logging backends. In particular,

ogging back-ends must provide a SLF4JServiceProvider implementation in order to be picked up by SLF4J at initialization time.

  • Packages

    Exports
    Package
    Description
    Core logging interfaces.
    SLF4J internal representation of a logging event.
    Various SLF4J internal utility and helper classes.
    Contains classes and interfaces which are intended for logging backends.