public class SysStreamLogger extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SysStreamLogger.LoggingOutputStream |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
LINE_SEPERATOR |
static PrintStream |
syserr |
protected static org.slf4j.Logger |
sysErrLogger |
static PrintStream |
sysout |
protected static org.slf4j.Logger |
sysOutLogger |
| Constructor and Description |
|---|
SysStreamLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bindSystemStreams() |
static void |
unbindSystemStreams() |
protected static org.slf4j.Logger sysOutLogger
protected static org.slf4j.Logger sysErrLogger
public static final PrintStream sysout
public static final PrintStream syserr
protected static final String LINE_SEPERATOR