Constructor
            
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- maxSize
- Type:  System Int32 System Int32
 The maximum number of logging events in the buffer.
Exceptions
| Exception | Condition | 
|---|---|
|  System ArgumentOutOfRangeException | The maxSize argument is not a positive integer. | 
Remarks
Initializes a new instance of the CyclicBuffer class with the specified maximum number of buffered logging events.
See Also