Gets the severity of the event.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Severity As LoggingEventType |
| C# |
|---|
public LoggingEventType Severity { get; } |
| Visual C++ |
|---|
public: property LoggingEventType Severity { LoggingEventType get (); } |
| JavaScript |
|---|
function get_severity(); |