Package io.ktor.server.plugins.callloging

Types

Link copied to clipboard
class CallLoggingConfig

A configuration for the CallLogging plugin.

Properties

Link copied to clipboard
val CallLogging: ApplicationPlugin<CallLoggingConfig>

A plugin that allows you to log incoming client requests. You can configure CallLogging in multiple ways: specify a logging level, filter requests based on a specified condition, customize log messages, and so on.