<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
<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
Member | Description |
---|---|
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 |
TlsAllBytes | Full byte levels log for TLS operations. This is not yet implemented |
TlsSummary | Summary (certificates etc.) for TLS operations. This is not yet implemented |
User | user log messages as generated by XdsObjects.XdsGlobal.Log |
Warnings | Warning messages |
System.Object
System.ValueType
System.Enum
XdsObjects.Enums.LogLevel
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