kodein-log
/
org.kodein.log
/
Logger
/
Entry
common
Entry
data class
Entry
(level:
Logger.Level
, ex:
Throwable
?, meta:
Map
<
String
,
Any
>, instant:
Instant
)
Content copied to clipboard
Metadata that helps describe log messages
Constructors
Properties
Constructors
Entry
Link copied to clipboard
common
fun
Entry
(level:
Logger.Level
, ex:
Throwable
? = null, meta:
Map
<
String
,
Any
> = emptyMap(), instant:
Instant
= now())
Content copied to clipboard
Properties
ex
Link copied to clipboard
common
val
ex
:
Throwable
? = null
Content copied to clipboard
instant
Link copied to clipboard
common
val
instant
:
Instant
Content copied to clipboard
level
Link copied to clipboard
common
val
level
:
Logger.Level
Content copied to clipboard
meta
Link copied to clipboard
common
val
meta
:
Map
<
String
,
Any
>
Content copied to clipboard