Log entry severity as a Severity enumeration. (Unspecified, Information, Warning or Error).

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public TraceEventType Severity { get; set; }
Visual Basic
Public Property Severity As TraceEventType
	Get
	Set

Property Value

Type: TraceEventType

See Also