kotlin-logging
Toggle table of contents
7.0.5
common
Platform filter
common
Switch theme
Search in API
kotlin-logging
kotlin-logging
/
io.github.oshai.kotlinlogging
/
KLoggingEventBuilder
KLogging
Event
Builder
class
KLoggingEventBuilder
Members
Constructors
KLogging
Event
Builder
Link copied to clipboard
constructor
(
)
Types
Internal
Compiler
Data
Link copied to clipboard
class
InternalCompilerData
(
val
messageTemplate
:
String
?
=
null
,
val
className
:
String
?
=
null
,
val
methodName
:
String
?
=
null
,
val
lineNumber
:
Int
?
=
null
,
val
fileName
:
String
?
=
null
)
Properties
arguments
Link copied to clipboard
var
arguments
:
Array
<
Any
?
>
?
Arguments passed as is to underlying impl. API stability is not guaranteed.
cause
Link copied to clipboard
var
cause
:
Throwable
?
message
Link copied to clipboard
var
message
:
String
?
payload
Link copied to clipboard
var
payload
:
Map
<
String
,
Any
?
>
?