Class | Description |
---|---|
ConventionalLevelHierarchy |
The conventional hierarchical notion of Levels, where info being enabled implies warn and error being enabled, is not a
requirement of the SLF4J API.
|
Logger |
A decorator around an SLF4J
Logger that adds a set of methods called log that take an instance of Level as
the first argument and delegate to the appropriate method on the SLF4J Logger (info for INFO, etc). |
LoggerFactory |
Convenient equivalents of the static functions on SLF4J's
LoggerFactory . |
Enum | Description |
---|---|
Level |
Enum modelling the logical levels implied by the way SLF4J has the same set of methods
repeated with different names.
|
Copyright © 2013. All Rights Reserved.