Show Table of Contents
13.5.3. Console Log Handler Properties
Table 13.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.*"))
|

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.