Package com.evolveum.midpoint.common
Class ProfilingConfigurationManager
java.lang.Object
com.evolveum.midpoint.common.ProfilingConfigurationManager
- Author:
- shood
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LoggingConfigurationTypecheckSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism) In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration.
- 
Constructor Details- 
ProfilingConfigurationManagerpublic ProfilingConfigurationManager()
 
- 
- 
Method Details- 
checkSystemProfilingConfigurationpublic 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).
 
 
-