Logo FSBarV1_Archived

LogEntryMessage Type

Record fields

Record Field Description

Category

Full Usage: Category

Field type: LogCategory

Source subsystem.

Field type: LogCategory

CorrelationId

Full Usage: CorrelationId

Field type: string

Correlation ID of the RPC that owns this entry (FR-009/009a). Empty string when the entry is not tied to any RPC.

Field type: string

DroppedSinceLast

Full Usage: DroppedSinceLast

Field type: int

Count of entries the server dropped to this subscriber since the last successful delivery (FR-012). Reset to 0 on every delivery.

Field type: int

Message

Full Usage: Message

Field type: string

Human-readable message. UTF-8, ≤ 8 KiB including a trailing " …[truncated N bytes]" marker on messages that were truncated at the Hub (FR-012a).

Field type: string

ScriptingClientId

Full Usage: ScriptingClientId

Field type: string

Scripting-client ID when the entry is about a specific connected client (FR-010). Empty string otherwise.

Field type: string

Sequence

Full Usage: Sequence

Field type: uint64

Per-subscriber monotonic sequence number, starting at 1.

Field type: uint64

SessionId

Full Usage: SessionId

Field type: string

Session ID when the entry is about a specific RunningSession (FR-010). Empty string otherwise.

Field type: string

Severity

Full Usage: Severity

Field type: LogSeverity

Severity. DEBUG only reaches clients that explicitly lowered the severity floor via filter (FR-005a).

Field type: LogSeverity

TimestampUnixMs

Full Usage: TimestampUnixMs

Field type: int64

Hub-local UTC timestamp, Unix ms.

Field type: int64

Static members

Static member Description

LogEntryMessage.Proto

Full Usage: LogEntryMessage.Proto

Returns: Lazy<ProtoDef<LogEntryMessage>>
Returns: Lazy<ProtoDef<LogEntryMessage>>

LogEntryMessage.empty

Full Usage: LogEntryMessage.empty

Returns: LogEntryMessage

Type something to start searching.