2.5.3. Console Log Handler Properties

Table 2.6. Console Log Handler Properties

Property Datatype Description
level string
The maximum level of log message the log handler records.
encoding string
The character encoding scheme to be used for the output.
formatter string
The log formatter used by this log handler.
target string
The system output stream where the output of the log handler goes. This can be System.err or System.out for the system error stream or standard out stream respectively.
autoflush boolean
If set to true the log messages will be sent to the handlers target immediately upon receipt.
name string
The unique identifier for this log handler.