Klogging
0.4.14
common
Klogging
/
io.klogging
/
logger
logger
fun
logger
(
name
:
String
)
:
Klogger
Returns a
Klogger
with the specified name.
fun
logger
(
ownerClass
:
KClass
<
*
>
)
:
Klogger
inline
fun
<
T
>
logger
(
)
:
Klogger
Returns a
Klogger
with the name of the specified class.