ktor-server-core / io.ktor.features / CallLogging

CallLogging

class CallLogging

Logs application lifecycle and call events.

Types

Configuration

class Configuration

Configuration for CallLogging feature

Feature

companion object Feature : ApplicationFeature<Application, Configuration, CallLogging>

Installable feature for CallLogging.

Internals

object Internals

Companion Object Properties

key

val key: AttributeKey<CallLogging>

Unique key that identifies a feature

Companion Object Functions

install

fun install(pipeline: Application, configure: Configuration.() -> Unit): CallLogging

Feature installation script