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
EventType
public string EventType { get; set; }
Property Value
LogLevel
public LogLevel LogLevel { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Properties
public Dictionary<string, object> Properties { get; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }