Package org.eclipse.keyple.logging.slf4j.internal


package org.eclipse.keyple.logging.slf4j.internal
Internal implementation of the Keyple logging API using SLF4J.

This package contains the internal classes that provide the SLF4J-based implementation of the Keyple logging framework. It bridges the Keyple logging API with SLF4J, allowing applications to use their preferred logging backend (Logback, Log4j, etc.) through SLF4J.

Note: This package is internal and should not be used directly by client applications. Use the public API provided by the Keyple logging module instead.

Since:
1.0.0
  • Classes
    Class
    Description
    Provides an implementation of the LoggerProvider interface that creates loggers leveraging the SLF4J logging framework.