XdsObjects Help file
XdsObjects.Enums Namespace / LogLevel Enumeration



LogLevel Enumeration
Available logging Levels as used by LogToFile(String,LogLevel)
Syntax
<FlagsAttribute()>
Public Enum LogLevel 
   Inherits System.Enum
Dim instance As LogLevel
[Flags()]
public enum LogLevel : System.Enum 
[Flags()]
public enum class LogLevel : public System.Enum 
Members
MemberDescription
All All log levels
ContentSummary Summary of network transactions
Errors Error messages
FullXmlIn Full XML incoming data for all network transactions
FullXmlOut Full XML outgoing data for all network transactions
Information Informational messages
TlsAllBytesFull byte levels log for TLS operations. This is not yet implemented
TlsSummarySummary (certificates etc.) for TLS operations. This is not yet implemented
Useruser log messages as generated by XdsObjects.XdsGlobal.Log
Warnings Warning messages
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         XdsObjects.Enums.LogLevel

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