class CallLogging
Logs application lifecycle and call events.
class Configuration
Configuration for CallLogging feature |
|
companion object Feature : ApplicationFeature<Application, Configuration, CallLogging>
Installable feature for CallLogging. |
|
object Internals |
val key: AttributeKey<CallLogging>
Unique key that identifies a feature |
fun install(pipeline: Application, configure: Configuration.() -> Unit): CallLogging
Feature installation script |