Share via


EventSourceSettings.Level Property

Applies to: Semantic Logging Application Block 1.0

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

public EventLevel Level { get; set; }
'Declaration
Public Property Level As EventLevel
    Get
    Set
public:
property EventLevel Level {
    EventLevel get ();
    void set (EventLevel value);
}

Property Value

Type: EventLevel

See Also

EventSourceSettings Class

EventSourceSettings Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace