Table of Contents

Class LogBufferOptions

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

Log buffer configuration options.

public sealed class LogBufferOptions
Inheritance
LogBufferOptions
Inherited Members

Properties

AutoFlushOnCritical

Gets or sets whether to auto-flush on critical events.

public bool AutoFlushOnCritical { get; set; }

Property Value

bool

BufferSize

Gets or sets the buffer size.

public int BufferSize { get; set; }

Property Value

int

FlushInterval

Gets or sets the flush interval.

public TimeSpan FlushInterval { get; set; }

Property Value

TimeSpan