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