gwanyan-interactive-grassland - v0.1.0
Preparing search index...
telemetry/DiagnosticLogger
DiagnosticLogEntry
Interface DiagnosticLogEntry
This is the structured log format stored in memory and exposed to the UI.
interface
DiagnosticLogEntry
{
sequenceNumber
:
number
;
recordedAtTimeInMilliseconds
:
number
;
severity
:
DiagnosticLogSeverity
;
sourceSubsystem
:
string
;
message
:
string
;
details
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
sequence
Number
recorded
At
Time
In
Milliseconds
severity
source
Subsystem
message
details?
Properties
Readonly
sequence
Number
sequenceNumber
:
number
Readonly
recorded
At
Time
In
Milliseconds
recordedAtTimeInMilliseconds
:
number
Readonly
severity
severity
:
DiagnosticLogSeverity
Readonly
source
Subsystem
sourceSubsystem
:
string
Readonly
message
message
:
string
Optional
Readonly
details
details
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sequence
Number
recorded
At
Time
In
Milliseconds
severity
source
Subsystem
message
details
gwanyan-interactive-grassland - v0.1.0
Loading...
This is the structured log format stored in memory and exposed to the UI.