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
BufferSize
Gets or sets the buffer size.
public int BufferSize { get; set; }
Property Value
FlushInterval
Gets or sets the flush interval.
public TimeSpan FlushInterval { get; set; }