Click or drag to resize
Galactic API

EventGetSeverityLevel Method

Gets the severity level, provided its name.

Namespace:  Galactic.EventLog
Assembly:  Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static EventSeverityLevels GetSeverityLevel(
	string name
)

Parameters

name
Type: SystemString
The name of the severity level to get.

Return Value

Type: EventSeverityLevels
The severity level belonging to the name provided, or SeverityLevels.Unknown if the name does not match a severity level.
See Also