Package | Description |
---|---|
org.slf4j.helpers |
Helper classes.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
Modifier and Type | Class and Description |
---|---|
class |
NOPLogger
A direct NOP (no operation) implementation of
Logger . |
Modifier and Type | Class and Description |
---|---|
class |
JDK14LoggerAdapter
A wrapper over
java.util.logging.Logger in
conformity with the Logger interface. |
class |
SimpleLogger
Simple implementation of
Logger that sends all enabled log messages,
for all defined loggers, to the console (System.err ). |
Copyright © 2005-2015 QOS.ch. All Rights Reserved.