Package com.evolveum.midpoint.common
Class ProfilingConfigurationManager
java.lang.Object
com.evolveum.midpoint.common.ProfilingConfigurationManager
- Author:
- shood
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LoggingConfigurationType
checkSystemProfilingConfiguration
(PrismObject<SystemConfigurationType> systemConfigurationPrism) In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration.
-
Constructor Details
-
ProfilingConfigurationManager
public ProfilingConfigurationManager()
-
-
Method Details
-
checkSystemProfilingConfiguration
public static LoggingConfigurationType checkSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism) In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration.- Returns:
- The logging configuration, updated by profiling-related loggers (if profiling is enabled).
-