public class SimpleConsoleLogger extends java.lang.Object implements ConsoleLogger
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
CONFIG |
protected static char[] |
FINE |
protected static char[] |
FINER |
protected static char[] |
FINEST |
protected static char[] |
INFO |
protected static char[] |
SEVERE |
protected static char[] |
WARNING |
| Constructor and Description |
|---|
SimpleConsoleLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(java.util.LinkedList<java.util.logging.LogRecord> records,
java.lang.StringBuilder lines) |
protected static final char[] SEVERE
protected static final char[] WARNING
protected static final char[] INFO
protected static final char[] CONFIG
protected static final char[] FINE
protected static final char[] FINER
protected static final char[] FINEST
public void log(java.util.LinkedList<java.util.logging.LogRecord> records,
java.lang.StringBuilder lines)
log in interface ConsoleLogger