See: Description
| Interface | Description |
|---|---|
| IExceptionLogger |
Additional logger interface that is used by the API to log messages for
caught exceptions.
|
| ILogger |
Logger interface that is used by the API to log messages.
|
| ILoggerFactory |
Factory interface for loggers used by the API.
|
| Class | Description |
|---|---|
| DefaultExceptionLogger |
Default implementation of the
IExceptionLogger interface. |
| ExceptionLogger |
Utility class used by the API for producing exception logger based on
the runtime configuration.
|
| LoggerFactory |
Utility class used by the API for producing an actual logger based on the
runtime configuration.
|
| NopLogger |
Default implementation of the
ILogger interface that is
used by the API. |
| NopLoggerFactory |
Default implementation of the
ILoggerFactory interface that is
used by the API. |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.