public abstract static class JkLog.JkLogDecorator
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
JkLogDecorator() |
Modifier and Type | Method and Description |
---|---|
protected java.io.PrintStream |
getTargetErr() |
protected java.io.PrintStream |
getTargetOut() |
protected abstract void |
init(java.io.PrintStream out,
java.io.PrintStream err)
This method is invoked by JkLog when a new consumer is applied on.
|
protected abstract void init(java.io.PrintStream out, java.io.PrintStream err)
PrintStream
for outputting decorated log eventsprotected final java.io.PrintStream getTargetOut()
protected final java.io.PrintStream getTargetErr()