Class LoggingUpdatedEvent
java.lang.Object
com.atlassian.crowd.event.configuration.LoggingUpdatedEvent
This class represents an update to the logging configuration. It is published when there was a change to the configured
loggers. It contains a list of loggers before and after the update.
- Since:
- 2.12.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a logging configuration entry, corresponding to a Class or Package mapped to a Level. -
Constructor Summary
ConstructorDescriptionLoggingUpdatedEvent
(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration, List<LoggingUpdatedEvent.LoggingConfig> newConfiguration) -
Method Summary
-
Constructor Details
-
LoggingUpdatedEvent
public LoggingUpdatedEvent(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration, List<LoggingUpdatedEvent.LoggingConfig> newConfiguration)
-
-
Method Details