LoggingFeature

object LoggingFeature : ConfigurableFeature, LifecycleHookedFeature

A feature that adds logging support to the application via the by scope() syntax.

I.e., adds a Logger factory to the application.

Functions

Link copied to clipboard
open fun beforeStart(env: ExtensibleInjectionEnvironment)
Link copied to clipboard
open override fun ExtensibleContextBuilderDsl.install()
Link copied to clipboard
open override fun onConfigurationLoaded(configuration: RootConfig)

Properties

Link copied to clipboard
open override val configurationSections: List<LoggingConfig.Companion>
Link copied to clipboard
open val dependencies: Set<Feature>
Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val name: String