EventLevel Enumeration

 

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

Namespace:   Microsoft.ServiceBus.Tracing
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public enum EventLevel
public enum class EventLevel
type EventLevel
Public Enumeration EventLevel

Members

Member name Description
Critical

The level is Critical.

Error

The level is Error.

Informational

The level is Informational.

LogAlways

The level is LogAlways.

Verbose

The level is Verbose.

Warning

The level is Warning.

See Also

Microsoft.ServiceBus.Tracing Namespace

Return to top