@ConfigRoot(phase=RUN_TIME) public final class LogConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,CategoryConfig> |
categories
The log category config
|
ConsoleConfig |
console
Console logging config
|
FileConfig |
file
File logging config
|
Map<String,CleanupFilterConfig> |
filters
The log cleanup filter config
|
Optional<Level> |
level
The default log level
|
Level |
minLevel
The default minimum log level
|
SyslogConfig |
syslog
Syslog logging config
|
| Constructor and Description |
|---|
LogConfig() |
@ConfigItem(name="category") public Map<String,CategoryConfig> categories
@ConfigItem(name="filter") public Map<String,CleanupFilterConfig> filters
@ConfigItem public Optional<Level> level
@ConfigItem(defaultValue="INFO") public Level minLevel
public ConsoleConfig console
public FileConfig file
public SyslogConfig syslog
Copyright © 2019 JBoss by Red Hat. All rights reserved.