LoggingConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Configuration of logging levels, categories, log files, etc.
Item Summary  
Name Type Multiplicity Description
subSystemLogger container
SubSystemLoggerConfigurationType
[0,-1] Configuration of the logger: the facility that collects log messages from subsystem code. 
classLogger container
ClassLoggerConfigurationType
[0,-1] Configuration of the logger: the facility that collects log messages from the code. 
appender container
AppenderConfigurationType
[0,-1] Configuration of the logger: the facility that collects log messages from the code. 
rootLoggerAppender property
string
[1,1]  
rootLoggerLevel property
LoggingLevelType
[1,1]  
auditing container
AuditingConfigurationType
[0,1] Persistent auditing configuration. 
advanced container
AdvancedLoggingConfigurationType
[0,1] Contains free form logging configuration. 
debug property
boolean
[0,1] Whether to include 'debug=true' in generated logback configuration file.