NET Logging Library
GetCallingMethodDetails Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : GetCallingMethodDetails Property
By default, reflection is used to gather calling method information. This can be turned off to increase performance. When turned off these log fields will be blank: AssemblyName, FileName, ClassName, MethodName, Namespace, LineNUmber
Syntax
Public Property GetCallingMethodDetails As Boolean
Dim instance As Configuration
Dim value As Boolean
 
instance.GetCallingMethodDetails = value
 
value = instance.GetCallingMethodDetails
public bool GetCallingMethodDetails {get; set;}
public:
property bool GetCallingMethodDetails {
   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