public class SysStreamLogger
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SysStreamLogger.LoggingOutputStream |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
LINE_SEPERATOR |
static java.io.PrintStream |
syserr |
protected static org.slf4j.Logger |
sysErrLogger |
static java.io.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 java.io.PrintStream sysout
public static final java.io.PrintStream syserr
protected static final java.lang.String LINE_SEPERATOR