| Class | Description |
|---|---|
| BukkitLoggerAdapter |
A merger of SLF4J's
SimpleLogger and JDK14LoggerAdapter,
wired to log all messages to the enclosing Bukkit plugin. |
| BukkitLoggerFactory |
An implementation of
ILoggerFactory which always returns
BukkitLoggerAdapter instances. |
| StaticLoggerBinder |
The binding of
LoggerFactory class with an actual instance of
ILoggerFactory is performed using information returned by this class. |
| StaticMarkerBinder |
The binding of
MarkerFactory class with an actual instance of
IMarkerFactory is performed using information returned by this class. |
| StaticMDCBinder |
This implementation is bound to
BasicMDCAdapter. |
Copyright © 2017. All rights reserved.