NET Logging Library
DefaultBufferSize Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : DefaultBufferSize Property
When the LoggingMode is set to Buffered, this is the size of the buffer before writing to the target. The default is 100
Syntax
Public Property DefaultBufferSize As Integer
Dim instance As Configuration
Dim value As Integer
 
instance.DefaultBufferSize = value
 
value = instance.DefaultBufferSize
public int DefaultBufferSize {get; set;}
public:
property int DefaultBufferSize {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Configuration Class
Configuration Members