Defines a logger category.
| Attribute | Value |
|---|---|
| Type | OBJECT |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Allowed Values | all any accept change-level deny level level-range match not replace |
| Attribute | Value |
|---|---|
| Type | LIST |
| 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 |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| 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. Message levels lower than this value will be discarded. | |
| filter | OBJECT | false | false | Defines a simple filter type. | |
| handlers | LIST | false | false | The Handlers associated with this Logger. | |
| use-parent-handlers | BOOLEAN | false | false | Specifies whether or not this logger should send its output to it's parent Logger. | |
| category | STRING | true | false | Specifies the category for the logger. |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| name | STRING | true | false | The handler's name. |
| 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. |