Defines the behavior when the asynchronous queue reaches capacity.
public enum LoggerOverflowMode
kind:method, kind:property, kind:ctor. Press Esc to clear.AllocateAllows queue growth beyond capacity.BlockBlocks the producer thread until capacity is available.DefaultUses the default overflow mode.DropSilently drops the message.DropAndNotifyDrops the message and increments the dropped-message counter.