###
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
###
plugin
/
org.danbrough.xtras
/
Logger
Logger
abstract
class
Logger
Inheritors
XtrasLoggerImpl
Members
Constructors
Logger
Link copied to clipboard
constructor
(
)
Properties
tag
Link copied to clipboard
abstract
val
tag
:
String
Functions
debug
Link copied to clipboard
inline
fun
debug
(
msg
:
String
,
err
:
Throwable
?
=
null
)
error
Link copied to clipboard
inline
fun
error
(
msg
:
String
,
err
:
Throwable
?
=
null
)
info
Link copied to clipboard
inline
fun
info
(
msg
:
String
,
err
:
Throwable
?
=
null
)
log
Link copied to clipboard
abstract
fun
log
(
msg
:
String
,
level
:
LogLevel
,
err
:
Throwable
?
)
trace
Link copied to clipboard
inline
fun
trace
(
msg
:
String
,
err
:
Throwable
?
=
null
)
warn
Link copied to clipboard
inline
fun
warn
(
msg
:
String
,
err
:
Throwable
?
=
null
)