###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
core
/
klog
/
Logger
Logger
interface
Logger
Inheritors
DelegatingLogger
Members
Types
Level
Link copied to clipboard
enum
Level
:
Enum
<
Logger.Level
>
Properties
level
Link copied to clipboard
abstract
var
level
:
Logger.Level
name
Link copied to clipboard
abstract
val
name
:
String
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
t
:
Throwable
?
=
null
,
message
:
(
)
->
Any
?
)
error
Link copied to clipboard
abstract
fun
error
(
t
:
Throwable
?
=
null
,
message
:
(
)
->
Any
?
)
info
Link copied to clipboard
abstract
fun
info
(
t
:
Throwable
?
=
null
,
message
:
(
)
->
Any
?
)
trace
Link copied to clipboard
abstract
fun
trace
(
t
:
Throwable
?
=
null
,
message
:
(
)
->
Any
?
)
warn
Link copied to clipboard
abstract
fun
warn
(
t
:
Throwable
?
=
null
,
message
:
(
)
->
Any
?
)