NET Logging Library
DefaultLoggingMode Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : DefaultLoggingMode Property
By default all logging is synchronous. This is a change from Version 1 of the logger where all targets were asynchronous.
Syntax
Public Property DefaultLoggingMode As LoggingMode
Dim instance As Configuration
Dim value As LoggingMode
 
instance.DefaultLoggingMode = value
 
value = instance.DefaultLoggingMode
public LoggingMode DefaultLoggingMode {get; set;}
public:
property LoggingMode DefaultLoggingMode {
   LoggingMode get();
   void set (    LoggingMode 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