 | LoggerBaseMaxBufferLineCount property |
Maximum number of lines that a MessageBuffer can hold,
before it is forcibly flushed. This setting works
even with timer-controlled logging.
Default: 10000.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic int MaxBufferLineCount { get; set; }
Public Property MaxBufferLineCount As Integer
Get
Set
public:
property int MaxBufferLineCount {
int get ();
void set (int value);
}
member MaxBufferLineCount : int with get, set
Property value
Int32
See also