NET Logging Library
GetEnvironmentInfo Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : GetEnvironmentInfo Property
By default, environmental info is gathered. This can be turned off to increase performance. When turned off these log fields will be blank: UserName, MachineName, Identity, ProcessName
Syntax
Public Property GetEnvironmentInfo As Boolean
Dim instance As Configuration
Dim value As Boolean
 
instance.GetEnvironmentInfo = value
 
value = instance.GetEnvironmentInfo
public bool GetEnvironmentInfo {get; set;}
public:
property bool GetEnvironmentInfo {
   bool get();
   void set (    bool 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