ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
js
jvm
posix
ktor-utils
/
io.ktor.util.logging
/
Logger
Logger
common
js
jvm
posix
expect
interface
Logger
Content copied to clipboard
actual
interface
Logger
Content copied to clipboard
actual
typealias
Logger
=
Logger
Content copied to clipboard
actual
interface
Logger
Content copied to clipboard
Functions
Extensions
Functions
debug
Link copied to clipboard
common
js
posix
expect
abstract
fun
debug
(
message
:
String
)
Content copied to clipboard
expect
abstract
fun
debug
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
debug
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
error
Link copied to clipboard
common
js
posix
expect
abstract
fun
error
(
message
:
String
)
Content copied to clipboard
expect
abstract
fun
error
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
error
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
error
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
error
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
error
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
info
Link copied to clipboard
common
js
posix
expect
abstract
fun
info
(
message
:
String
)
Content copied to clipboard
expect
abstract
fun
info
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
info
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
info
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
info
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
info
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
trace
Link copied to clipboard
common
js
posix
expect
abstract
fun
trace
(
message
:
String
)
Content copied to clipboard
expect
abstract
fun
trace
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
trace
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
trace
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
trace
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
trace
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
warn
Link copied to clipboard
common
js
posix
expect
abstract
fun
warn
(
message
:
String
)
Content copied to clipboard
expect
abstract
fun
warn
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
warn
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
warn
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
actual
abstract
fun
warn
(
message
:
String
)
Content copied to clipboard
actual
abstract
fun
warn
(
message
:
String
,
cause
:
Throwable
)
Content copied to clipboard
Extensions
error
Link copied to clipboard
common
fun
Logger
.
error
(
exception
:
Throwable
)
Content copied to clipboard
Logs an error from an
exception
using its message