Ktor
Toggle table of contents
3.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
jsAndWasmShared
posix
Platform filter
common
jsAndWasmShared
posix
Switch theme
Search in API
Ktor
ktor-client-logging
/
io.ktor.client.plugins.logging
/
Logger
/
Companion
Companion
object
Companion
(
source
)
Members & Extensions
Properties
DEFAULT
Link copied to clipboard
common
jsAndWasmShared
posix
expect
val
Logger.Companion
.
DEFAULT
:
Logger
Default logger to use.
actual
val
Logger.Companion
.
DEFAULT
:
Logger
actual
val
Logger.Companion
.
DEFAULT
:
Logger
EMPTY
Link copied to clipboard
val
Logger.Companion
.
EMPTY
:
Logger
Empty
Logger
for test purpose.
SIMPLE
Link copied to clipboard
val
Logger.Companion
.
SIMPLE
:
Logger
Logger
using
println
.