Level

enum Level : Enum<LoggingInterceptor.Level>

Entries

Link copied to clipboard

No logs.

Link copied to clipboard

Logs HTTP method, request target, and response code.

Link copied to clipboard

Logs HTTP method, request target, response code, and headers.

Link copied to clipboard

Logs HTTP method, request target, response code, headers, and bodies.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int