any
accept
change-level
deny
level
level-range
match
not
replace
Attribute | Value |
---|---|
Default Value | %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | ALL FINEST FINER TRACE DEBUG FINE CONFIG INFO WARN WARNING ERROR FATAL OFF |
Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-only |
Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-only |
Attribute | Value |
---|---|
Type | LIST |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | The handler's name. | |
encoding | STRING | false | false | The character encoding used by this Handler. | |
level | STRING | false | false | The log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. | |
filter | OBJECT | false | false | Defines a simple filter type. | |
formatter | STRING | false | false | Defines a formatter. | |
class | STRING | true | false | The logging handler class to be used. | |
module | STRING | true | false | The module that the logging handler depends on. | |
properties | LIST | false | false | Defines the properties used for the logging handler. All properties must be accessible via a setter method. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
level | STRING | false | false | 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 |
---|---|---|---|---|---|
name | STRING | true | false | The handler's name. | |
encoding | STRING | false | false | The character encoding used by this Handler. | |
level | STRING | false | false | The log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. | |
filter | OBJECT | false | false | Defines a simple filter type. | |
formatter | STRING | false | false | Defines a formatter. | |
properties | LIST | false | false | Defines the properties used for the logging handler. All properties must be accessible via a setter method. |