NET Logging Library
Config Property (Log)



KellermanSoftware.NetLoggingLibrary Namespace > Log Class : Config Property
The configuration for all the logging. This is automatically instantiated with a static constructor.
Syntax
Public Shared Property Config As Configuration
Dim value As Configuration
 
Log.Config = value
 
value = Log.Config
public static Configuration Config {get; set;}
public:
static property Configuration^ Config {
   Configuration^ get();
   void set (    Configuration^ 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

Log Class
Log Members