CDefaultConsoleLogWriter
This LOG writer is the supplied LOG writer for console output.
It prints messages with ERROR level on System.err
, while other levels are printed on System.out
.
The log writer gets the settings (formatter, filename, level) from the preferences: see here.