kuilt
Toggle table of contents
0.7.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-otel
/
us.tractat.kuilt.otel
/
LogRecord
/
LogRecord
Log
Record
constructor
(
recordId
:
ByteString
,
severityNumber
:
Int
?
=
null
,
severityText
:
String
?
=
null
,
body
:
String
?
=
null
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
,
timestampEpochNanos
:
Long
?
=
null
,
observedEpochNanos
:
Long
?
=
null
,
traceId
:
ByteString
?
=
null
,
spanId
:
ByteString
?
=
null
)