It defines a logger category.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.logging.logger | true | /subsystem=logging/root-logger=ROOT /subsystem=logging/logging-profile=*/root-logger=ROOT /subsystem=logging/logging-profile=*/logger=* | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Type | OBJECT | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | LIST | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Default Value | ALL | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Allowed Values | ALL FINEST FINER TRACE DEBUG FINE CONFIG INFO WARN WARNING ERROR SEVERE FATAL OFF | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Default Value | true | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Stability | default | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| category | STRING | false | false | Specifies the category for the logger. | |
| filter | OBJECT | false | false | Defines a simple filter type. | |
| 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.*")) | |
| handlers | LIST | false | false | The handlers associated with the logger. | |
| level | STRING | false | true | ALL | The log level specifying which message levels will be logged by the logger. Message levels lower than this value will be discarded. | 
| use-parent-handlers | BOOLEAN | false | true | true | Specifies whether or not this logger should send its output to its parent Logger. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to add. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to add. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| level | STRING | false | true | ALL | The new level to set. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the logger to remove. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | false | false | The name of the handler to remove. |