Represents runtime diagnostics for the active LogManager instance.
public LogManagerDiagnostics(bool IsInitialized, Type? ProcessorType, bool IsAsyncProcessor, int AsyncQueueLength, int AsyncQueueCapacity, long DroppedMessages, long ErrorCount)
Indicates whether the log manager is initialized.
The active processor type when initialized.
Indicates whether the active processor is asynchronous.
The current asynchronous queue length.
The configured asynchronous queue capacity.
The number of dropped messages tracked by the async processor.
The number of async processing errors observed by the async processor.