devlog-kotlin
Toggle table of contents
0.8.0
common
Platform filter
common
Switch theme
Search in API
devlog-kotlin
devlog-kotlin
/
dev.hermannm.devlog
/
ExceptionWithLoggingContext
/
ExceptionWithLoggingContext
Exception
With
Logging
Context
constructor
(
message
:
String
?
,
logFields
:
Collection
<
LogField
>
=
emptyList()
,
cause
:
Throwable
?
=
null
)
(
source
)
constructor
(
message
:
String
?
,
vararg
logFields
:
LogField
,
cause
:
Throwable
?
=
null
)
(
source
)
constructor
(
logFields
:
Collection
<
LogField
>
=
emptyList()
,
cause
:
Throwable
?
=
null
)
(
source
)
constructor
(
vararg
logFields
:
LogField
,
cause
:
Throwable
?
=
null
)
(
source
)