public class FileConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileConfig.RotationConfig |
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
enable
If file logging should be enabled
|
(package private) String |
format
The log format
|
(package private) Level |
level
The file log level
|
(package private) File |
path
The file logging log level
|
(package private) FileConfig.RotationConfig |
rotation
File rotation config
|
Constructor and Description |
---|
FileConfig() |
@ConfigItem(defaultValue="false") boolean enable
@ConfigItem(defaultValue="%d{yyyy-MM-dd HH:mm:ss,SSS} %h %N[%i] %-5p [%c{3.}] (%t) %s%e%n") String format
@ConfigItem(defaultValue="ALL") Level level
@ConfigItem(defaultValue="quarkus.log") File path
FileConfig.RotationConfig rotation
Copyright © 2019 JBoss by Red Hat. All rights reserved.