NET Logging Library
InvalidNotifyOptions Enumeration



KellermanSoftware.NetLoggingLibrary Namespace : InvalidNotifyOptions Enumeration
Defines notification options
Syntax
<SerializableAttribute()>
Public Enum InvalidNotifyOptions 
   Inherits System.Enum
Dim instance As InvalidNotifyOptions
[Serializable()]
public enum InvalidNotifyOptions : System.Enum 
[Serializable()]
public enum class InvalidNotifyOptions : public System.Enum 
Members
MemberDescription
LogToAllLocations Log is used for notification
ThrowError LoggerException is thrown for notification
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetLoggingLibrary.InvalidNotifyOptions

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

KellermanSoftware.NetLoggingLibrary Namespace