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
/
DefaultMessageFormatter
Default
Message
Formatter
class
DefaultMessageFormatter
(
includePrefix
:
Boolean
=
true
)
:
Formatter
Members
Constructors
Default
Message
Formatter
Link copied to clipboard
constructor
(
includePrefix
:
Boolean
=
true
)
Functions
format
Message
Link copied to clipboard
open
override
fun
formatMessage
(
loggingEvent
:
KLoggingEvent
)
:
String