Table of Contents

Enum EventLevel

Namespace
Microsoft.ServiceBus.Tracing
Assembly
Microsoft.ServiceBus.dll

Specifies an enumeration of event level defined in an event provider.

public enum EventLevel : byte

Fields

Critical = 1

The level is Critical.

Error = 2

The level is Error.

Informational = 4

The level is Informational.

LogAlways = 0

The level is LogAlways.

Verbose = 5

The level is Verbose.

Warning = 3

The level is Warning.