org.slf4j package.See: Description
| Class | Description |
|---|---|
| JDK14LoggerAdapter |
A wrapper over
java.util.logging.Logger in
conformity with the Logger interface. |
| JDK14LoggerFactory |
JDK14LoggerFactory is an implementation of
ILoggerFactory returning
the appropriately named JDK14LoggerAdapter instance. |
| SimpleLogger |
Simple implementation of
Logger that sends all enabled log messages,
for all defined loggers, to the console (System.err). |
| SimpleLoggerFactory |
An implementation of
ILoggerFactory which always returns
SimpleLogger 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 class is only a stub.
|
Implementations of core logging interfaces defined in the org.slf4j package.
Copyright © 2005-2014 QOS.ch. All Rights Reserved.