The number of messages in the stack
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Int32The current number of messages in the stack
Remarks
The current number of messages in the stack. That is the number of times Push(String) has been called minus the number of times Pop has been called.
See Also