public class ConsoleConfig extends Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
color
If the console logging should be in color
|
(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="INFO") Level level
@ConfigItem(defaultValue="true") boolean color
Copyright © 2019 JBoss by Red Hat. All rights reserved.