Click or drag to resize

LoggerSectionQueueSize Property

Gets or sets the size of the queue - number of records before writing to disk.

Namespace:  Koden.Utils.Logger.ConfigFileSections
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int QueueSize { get; set; }

Property Value

Type: Int32
The size of the queue.
See Also