public class ConsoleConfig extends Object
Modifier and Type | Field and Description |
---|---|
(package private) AsyncConfig |
async
Console async logging config
|
(package private) Optional<Boolean> |
color
If the console logging should be in color.
|
(package private) int |
darken
Specify how much the colors should be darkened.
|
(package private) boolean |
enable
If console logging should be enabled
|
(package private) String |
format
The log format.
|
(package private) Level |
level
The console log level.
|
Constructor and Description |
---|
ConsoleConfig() |
@ConfigItem(defaultValue="true") boolean enable
@ConfigItem(defaultValue="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{3.}] (%t) %s%e%n") String format
@ConfigItem(defaultValue="ALL") Level level
@ConfigItem Optional<Boolean> color
@ConfigItem(defaultValue="0") int darken
AsyncConfig async
Copyright © 2021 JBoss by Red Hat. All rights reserved.