Table of Contents

Class StructuredLoggingOptions

Namespace
DotCompute.Abstractions.Telemetry.Options
Assembly
DotCompute.Abstractions.dll

Structured logging configuration options.

public sealed class StructuredLoggingOptions
Inheritance
StructuredLoggingOptions
Inherited Members

Properties

Enabled

Gets or sets whether structured logging is enabled.

public bool Enabled { get; set; }

Property Value

bool

IncludeStackTrace

Gets or sets whether to include stack traces.

public bool IncludeStackTrace { get; set; }

Property Value

bool

MinimumLevel

Gets or sets the log level.

public LogLevel MinimumLevel { get; set; }

Property Value

LogLevel