Table of Contents

Class MetalDiagnosticMessage

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Diagnostic message for Metal execution

public sealed class MetalDiagnosticMessage
Inheritance
MetalDiagnosticMessage
Inherited Members

Properties

Component

Component that generated the message

public string Component { get; set; }

Property Value

string

Context

Additional context data

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

Property Value

Dictionary<string, object>

Message

Message text

public string Message { get; set; }

Property Value

string

OperationId

Operation ID associated with the message

public string? OperationId { get; set; }

Property Value

string

Severity

Severity of the message

public MetalDiagnosticMessage.SeverityLevel Severity { get; set; }

Property Value

MetalDiagnosticMessage.SeverityLevel

Timestamp

Timestamp when message was generated

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset