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 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
INFO,
the minimum level build time configuration option needs to be adjusted as well.@ConfigItem Optional<List<String>> handlers
@ConfigItem(defaultValue="true") boolean useParentHandlers
Copyright © 2021 JBoss by Red Hat. All rights reserved.