NET Logging Library
AutoIncreaseLevel Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : AutoIncreaseLevel Property
When Log.LogException is used the default logging level automatically changes to Debug. This is usefull for gathering more information after an exception occurs. The default is false
Syntax
Public Property AutoIncreaseLevel As Boolean
Dim instance As Configuration
Dim value As Boolean
 
instance.AutoIncreaseLevel = value
 
value = instance.AutoIncreaseLevel
public bool AutoIncreaseLevel {get; set;}
public:
property bool AutoIncreaseLevel {
   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