public final class JkHierarchicalConsoleLogHandler extends java.lang.Object implements JkLog.EventLogHandler, java.io.Serializable
Constructor and Description |
---|
JkHierarchicalConsoleLogHandler() |
Modifier and Type | Method and Description |
---|---|
void |
accept(JkLog.JkLogEvent event) |
java.io.OutputStream |
getErrorStream() |
java.io.OutputStream |
getOutStream() |
static void |
restore() |
static void |
setMaxLength(int maxLength) |
public static void restore()
public static void setMaxLength(int maxLength)
public void accept(JkLog.JkLogEvent event)
accept
in interface java.util.function.Consumer<JkLog.JkLogEvent>
public java.io.OutputStream getOutStream()
getOutStream
in interface JkLog.EventLogHandler
public java.io.OutputStream getErrorStream()
getErrorStream
in interface JkLog.EventLogHandler