klog
0.0.2-beta02
common
klog
/
klog
/
KLogImpl
KLog
Impl
class
KLogImpl
(
val
tag
:
String
,
val
conf
:
KLog.Conf
)
:
KLog
Constructors
Functions
Properties
Constructors
KLog
Impl
Link copied to clipboard
fun
KLogImpl
(
tag
:
String
,
conf
:
KLog.Conf
)
Functions
debug
Link copied to clipboard
inline
fun
debug
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
)
inline
fun
debug
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
,
noinline
msgProvider
:
LogMessageFunction
)
error
Link copied to clipboard
inline
fun
error
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
)
inline
fun
error
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
,
noinline
msgProvider
:
LogMessageFunction
)
info
Link copied to clipboard
inline
fun
info
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
)
inline
fun
info
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
,
noinline
msgProvider
:
LogMessageFunction
)
log
Link copied to clipboard
open
override
fun
log
(
level
:
Level
,
msg
:
String
?
,
err
:
Throwable
?
,
msgProvider
:
LogMessageFunction
?
)
trace
Link copied to clipboard
inline
fun
trace
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
)
inline
fun
trace
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
,
noinline
msgProvider
:
LogMessageFunction
)
warn
Link copied to clipboard
inline
fun
warn
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
)
inline
fun
warn
(
msg
:
String
?
=
null
,
err
:
Throwable
?
=
null
,
noinline
msgProvider
:
LogMessageFunction
)
Properties
conf
Link copied to clipboard
open
override
val
conf
:
KLog.Conf
display
Tag
Link copied to clipboard
open
override
val
displayTag
:
String
is
Debug
Enabled
Link copied to clipboard
val
isDebugEnabled
:
Boolean
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
is
Error
Enabled
Link copied to clipboard
val
isErrorEnabled
:
Boolean
is
Info
Enabled
Link copied to clipboard
val
isInfoEnabled
:
Boolean
is
Trace
Enabled
Link copied to clipboard
val
isTraceEnabled
:
Boolean
is
Warn
Enabled
Link copied to clipboard
val
isWarnEnabled
:
Boolean
tag
Link copied to clipboard
val
tag
:
String