Managed Syslog Server Class Library Reference

Priority.ParseSeverity Method 

文字列から Severity に変換します

[Visual Basic]
Public Shared Function ParseSeverity( _
   ByVal s As String _
) As Severity
[C#]
public static Severity ParseSeverity(
   string s
);

Parameters

s
特定の Severity を表現した文字列。

Return Value

文字列から変換された Severity

See Also

Priority Class | Syslog Namespace