FINEST
FINER
TRACE
DEBUG
FINE
CONFIG
INFO
WARN
WARNING
ERROR
SEVERE
FATAL
OFF
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-only |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | System.out |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | System.out System.err |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
enabled | BOOLEAN | false | true | true | If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages. |
autoflush | BOOLEAN | false | true | true | Automatically flush after each write. |
named-formatter | STRING | false | false | The name of the defined formatter to be used on the handler. | |
formatter | STRING | false | true | %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n | Defines a pattern for the formatter. |
filter-spec | STRING | false | true | A filter expression value to define a filter. Example for a filter that does not match a pattern: not(match("JBAS.*")) | |
level | STRING | false | true | ALL | The log level specifying which message levels will be logged by this logger. Message levels lower than this value will be discarded. |
name | STRING | false | false | The handler's name. | |
encoding | STRING | false | true | The character encoding used by this Handler. | |
target | STRING | false | true | System.out | Defines the target of the console handler. The value can either be SYSTEM_OUT or SYSTEM_ERR. |
filter | OBJECT | false | false | Defines a simple filter type. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
level | STRING | false | true | ALL | The log level specifying which message levels will be logged by this logger. Message levels lower than this value will be discarded. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
level | STRING | false | true | ALL | The log level specifying which message levels will be logged by this logger. Message levels lower than this value will be discarded. |
enabled | BOOLEAN | false | true | true | If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages. |
encoding | STRING | false | true | The character encoding used by this Handler. | |
formatter | STRING | false | true | %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n | Defines a pattern for the formatter. |
filter-spec | STRING | false | true | A filter expression value to define a filter. Example for a filter that does not match a pattern: not(match("JBAS.*")) | |
autoflush | BOOLEAN | false | true | true | Automatically flush after each write. |
target | STRING | false | true | System.out | Defines the target of the console handler. The value can either be SYSTEM_OUT or SYSTEM_ERR. |
named-formatter | STRING | false | false | The name of the defined formatter to be used on the handler. | |
filter | OBJECT | false | false | Defines a simple filter type. |