Destination ParseLevels Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Parses levels into a tuple list of level ranges

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static Destination..::..LevelsList ParseLevels(
	string levels
)

Parameters

levels
Type: OnlineSystem String
String representation of levels using ',' or ';' or '|' as range group delimiters, and '-' as range indicators. If first/second bound of the range is empty, the min/max value of that bound is assumed. Examples: "Debug-DebugZ | Error", "-DebugZ | Info | Warning", "Info-", "DebugB-DebugC, Error"

Return Value

Type: Destination LevelsList
See Also