NET Logging Library
IsFailSafeLoggingEnabled Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : IsFailSafeLoggingEnabled Property
By default, logging configuration exceptions are not thrown and only the Log.LoggingException property is set. If IsFailSafeLoggingEnabled is set to false, all logging configuration exceptions will be thrown. This is useful when initially setting up logging
Syntax
Public Property IsFailSafeLoggingEnabled As Boolean
Dim instance As Configuration
Dim value As Boolean
 
instance.IsFailSafeLoggingEnabled = value
 
value = instance.IsFailSafeLoggingEnabled
public bool IsFailSafeLoggingEnabled {get; set;}
public:
property bool IsFailSafeLoggingEnabled {
   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