EventRecord.Level Property
Applies to: Semantic Logging Application Block 1.0
Gets or sets the event level.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public int Level { get; set; }
'Declaration
Public Property Level As Integer
Get
Set
public:
property int Level {
int get ();
void set (int value);
}
Property Value
Type: Int32
The event level.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace