kotlin-logging
Toggle table of contents
8.0.02
common
Platform filter
common
Switch theme
Search in API
kotlin-logging
kotlin-logging
/
io.github.oshai.kotlinlogging
/
KLogger
/
at
at
abstract
fun
at
(
level
:
Level
,
marker
:
Marker
?
=
null
,
block
:
KLoggingEventBuilder
.
(
)
->
Unit
)
Lazy add a log message if level enabled
Parameters
level
The level to log
marker
The marker to log
block
The block to log