Log4g Reference Manual | ||||
---|---|---|---|---|
Top | Description |
The console appender logs events to stdout or stderr using a layout specified by the user. The default target is stdout.
Console appenders accept two properties:
target
follow
The value of target determines where the output will be logged. The value must be one of "stdout" or "stderr". The default is "stdout".
The value of follow determines if the log output will follow reopens of
the target stream. The default value is TRUE
.