-
class
This is a lightweight implementation of
LogInterface that uses standard output for information messages and standard error
for everything else.
class
An implementation of
LogInterface that routes every message to
java.util.logging (JUL), the logging framework built into the JDK.
class
class
An implementation of
LogInterface that routes every message to
SLF4J (the Simple Logging Facade for
Java).
class
A heavyweight implementation of LogInterface.
class
This is an implementation of
LogInterface that uses a javax.swing.JLabel field to display messages.