Package | Description |
---|---|
com.j256.simplemagic.logger |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLoggingLog
Class which implements our Log interface by delegating to the Apache commons logging classes.
|
class |
JavaUtilLog
Class which logs to java.util.log.
|
class |
LocalLog
Class which implements our
Log interface so we can bypass external logging classes if they are not available. |
class |
Log4j2Log
Class which implements our
Log interface by delegating to Apache Log4j2. |
class |
Log4jLog
Class which implements our
Log interface by delegating to Apache Log4j. |
class |
Slf4jLoggingLog
Class which implements our
Log interface by delegating to slf4j. |
Constructor and Description |
---|
Logger(Log log) |
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.