EventSchema.Level Property
Applies to: Semantic Logging 2.0
Gets the event level.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public EventLevel Level { get; }
'Declaration
Public ReadOnly Property Level As EventLevel
Get
Property Value
Type: EventLevel
The event level.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace