Package com.evolveum.midpoint.common
Class LoggingConfigurationManager
- java.lang.Object
-
- com.evolveum.midpoint.common.LoggingConfigurationManager
-
public class LoggingConfigurationManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIT_LOGGER_NAME
-
Constructor Summary
Constructors Constructor Description LoggingConfigurationManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configure(@Nullable LoggingConfigurationType updatedConfiguration, String updatedVersion, MidpointConfiguration midpointConfiguration, OperationResult parentResult)
-
-
-
Field Detail
-
AUDIT_LOGGER_NAME
public static final String AUDIT_LOGGER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public static void configure(@Nullable @Nullable LoggingConfigurationType updatedConfiguration, String updatedVersion, MidpointConfiguration midpointConfiguration, OperationResult parentResult) throws SchemaException
- Throws:
SchemaException
-
-