public class CategoryConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Optional<List<String>> |
handlers
The names of the handlers to link to this category.
|
(package private) InheritableLevel |
level
The log level level for this category
|
(package private) boolean |
useParentHandlers
Specify whether or not this logger should send its output to its parent Logger
|
| Constructor and Description |
|---|
CategoryConfig() |
@ConfigItem(defaultValue="inherit") InheritableLevel level
@ConfigItem Optional<List<String>> handlers
@ConfigItem(defaultValue="true") boolean useParentHandlers
Copyright © 2020 JBoss by Red Hat. All rights reserved.