Enum TraceLevel
Defines the traces levels. Except Frame, levels are forward inclusive. For example, Information level includes the Error and Warning levels.
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public enum TraceLevel
Fields
| Name | Description |
|---|---|
| Error | Specifies that error events should be traced. |
| Frame | Specifies that AMQP frames should be traced. |
| Information | Specifies that informational events should be traced. |
| Output | Specifies that application output should be traced. |
| Verbose | Specifies that verbose events should be traced. |
| Warning | Specifies that warning events should be traced. |