Table of Contents

Class LogContext

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

Logging context

public sealed class LogContext
Inheritance
LogContext
Inherited Members

Constructors

LogContext(string, string, DateTimeOffset)

Logging context

public LogContext(string correlationId, string operationType, DateTimeOffset startTime)

Parameters

correlationId string
operationType string
startTime DateTimeOffset

Properties

CorrelationId

public string CorrelationId { get; }

Property Value

string

OperationType

public string OperationType { get; }

Property Value

string

StartTime

public DateTimeOffset StartTime { get; }

Property Value

DateTimeOffset