NET Logging Library
OverrideCurrentAppDomain Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : OverrideCurrentAppDomain Property
Override the CurrentAppDomain property of each log entry to the passed in value. The default of this override is null and so the AppDomain.Current.FriendlyName will be used
Syntax
Public Property OverrideCurrentAppDomain As String
Dim instance As Configuration
Dim value As String
 
instance.OverrideCurrentAppDomain = value
 
value = instance.OverrideCurrentAppDomain
public string OverrideCurrentAppDomain {get; set;}
public:
property String^ OverrideCurrentAppDomain {
   String^ get();
   void set (    String^ 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