LogManagerDiagnostics Struct

Definition

Represents runtime diagnostics for the active LogManager instance.

public readonly record struct LogManagerDiagnostics(bool IsInitialized, Type? ProcessorType, bool IsAsyncProcessor, int AsyncQueueLength, int AsyncQueueCapacity, long DroppedMessages, long ErrorCount) : IEquatable<LogManagerDiagnostics>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (8)