14.6.3. Console Log Handler Properties

Table 14.9. 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.
enabled Boolean
If set to true, the handler is enabled and functioning as normal. If set to false, the handler is ignored when processing log messages.
filter-spec String
An expression value that defines a filter. The following expression defines a filter that does not match a pattern: not(match("JBAS.*"))