kodein-log
0.13.0
common
kodein-log
/
org.kodein.log
/
Logger
/
Entry
Entry
common
data
class
Entry
(
val
level
:
Logger.Level
,
val
ex
:
Throwable
?
=
null
,
val
meta
:
Map
<
String
,
Any
>
=
emptyMap()
,
val
instant
:
Instant
=
now()
)
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