LoggingConfiguration

data class LoggingConfiguration(var clientLogLevel: Level = Level.INFO, var httClientLogLevel: HttpClientLogLevel = HttpClientLogLevel.NONE)

Data class representing the configuration for logging in an application.

Constructors

Link copied to clipboard
constructor(clientLogLevel: Level = Level.INFO, httClientLogLevel: HttpClientLogLevel = HttpClientLogLevel.NONE)

Properties

Link copied to clipboard
var clientLogLevel: Level

The log level for general client-side logging.

Link copied to clipboard

The log level for HTTP client-specific logging.