###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
core
/
org.danbrough.klog
/
KLogger
KLogger
open
class
KLogger
(
val
name
:
String
=
""
,
val
level
:
Level
=
Level.TRACE
,
val
conf
:
KLogConfiguration
)
Members
Constructors
KLogger
Link copied to clipboard
constructor
(
name
:
String
=
""
,
level
:
Level
=
Level.TRACE
,
conf
:
KLogConfiguration
)
Properties
conf
Link copied to clipboard
val
conf
:
KLogConfiguration
level
Link copied to clipboard
val
level
:
Level
name
Link copied to clipboard
val
name
:
String
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
,
level
:
Level
=
this.level
,
conf
:
KLogConfiguration
=
this.conf
)
:
KLogger
d
Link copied to clipboard
inline
fun
d
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
debug
Link copied to clipboard
inline
fun
debug
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
e
Link copied to clipboard
inline
fun
e
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
error
Link copied to clipboard
inline
fun
error
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
i
Link copied to clipboard
inline
fun
i
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
info
Link copied to clipboard
inline
fun
info
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
trace
Link copied to clipboard
inline
fun
trace
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
v
Link copied to clipboard
inline
fun
v
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
verbose
Link copied to clipboard
inline
fun
verbose
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
w
Link copied to clipboard
inline
fun
w
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)
warn
Link copied to clipboard
inline
fun
warn
(
t
:
Throwable
?
=
null
,
message
:
MessageBlock
)