Package-level declarations
This package contains the custom Logback Access Joran configurator.
Types
Link copied to clipboard
Extended version of the Logback Access JoranConfigurator that adds support of <springProfile>
tags.
Link copied to clipboard
Logback Access BaseModelAction for <springProfile>
tags. Allows a section of a Logback Access configuration to only be enabled when a specific profile is active.
Link copied to clipboard
Logback Access NamedModel to support <springProfile>
tags.
Link copied to clipboard
class LogbackAccessSpringProfileModelHandler(context: Context, environment: Environment) : ModelHandlerBase
Logback Access ModelHandlerBase model handler to support <springProfile>
tags.
Link copied to clipboard
class LogbackAccessSpringProfileWithinSecondPhaseElementSanityChecker : ContextAwareBase, SanityChecker
SanityChecker to ensure that springProfile
elements are not nested within second-phase elements.