Package | Description |
---|---|
org.snf4j.core.logger |
Provides interfaces and classes used to separate the API from any specific
logger implementation.
|
org.snf4j.core.logger.impl |
Provides binding with third-party loggers (it is not a part of the core API).
|
Modifier and Type | Class and Description |
---|---|
class |
NopLoggerFactory
Default implementation of the
ILoggerFactory interface that is
used by the API. |
Modifier and Type | Class and Description |
---|---|
class |
Log4j2LoggerFactory
A factory for the Log4j 2 logger.
|
class |
Slf4jLoggerFactory
A factory for the SLF4J logger.
|
Modifier and Type | Method and Description |
---|---|
ILoggerFactory |
LoggerFactoryBinder.getFactory()
Gets the actual implementation of the
ILoggerFactory interface
that should be used by the API for logging purposes. |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.