Gets or sets the target queue capacity for asynchronous processing.
public int AsyncLogMessageQueueCapacity { get; set; }
This value is used by XenoAtom.Logging.LogMessageAsyncProcessor to decide when overflow policies (drop, block, allocate) are applied and must be greater than zero.