klog
0.0.1-beta01
common
klog
/
klog
/
klog
klog
common
inline
fun
<
T
:
Any
>
T
.
klog
(
)
:
KLog
Content copied to clipboard
inline
fun
<
T
:
Any
>
T
.
klog
(
level
:
Level
?
=
null
)
:
KLog
Content copied to clipboard
inline
fun
<
T
:
Any
>
T
.
klog
(
tag
:
String
=
KLog.ROOT_LOG_TAG
,
config
:
KLog.Conf
.
(
)
->
Unit
)
:
KLog
Content copied to clipboard
inline
fun
klog
(
tag
:
String
,
config
:
KLog.Conf
.
(
)
->
Unit
=
{}
)
:
KLog
Content copied to clipboard
inline
fun
klog
(
clazz
:
KClass
<
*
>
)
:
KLog
Content copied to clipboard