Table of Contents

Class StructuredLogEntry

Namespace
DotCompute.Backends.Metal.Telemetry
Assembly
DotCompute.Backends.Metal.dll

Structured log entry

public sealed class StructuredLogEntry
Inheritance
StructuredLogEntry
Inherited Members

Properties

CorrelationId

public string CorrelationId { get; set; }

Property Value

string

EventType

public string EventType { get; set; }

Property Value

string

LogLevel

public LogLevel LogLevel { get; set; }

Property Value

LogLevel

Message

public string Message { get; set; }

Property Value

string

Properties

public Dictionary<string, object> Properties { get; }

Property Value

Dictionary<string, object>

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset