| Interface | Description |
|---|---|
| ILoggerFactory |
ILoggerFactory instances manufacture Logger
instances by name. |
| Logger |
The Logger interface is the main user entry point of SLF4J API.
|
| Marker |
Markers are named objects used to enrich log statements.
|
| Class | Description |
|---|---|
| LoggerFactory |
LoggerFactory is essentially a wrapper around an
ILoggerFactory instance bound with LoggerFactory at
compile time. |
Copyright © 2020. All rights reserved.