[This is preliminary documentation and is subject to change.]
Parses levels into a tuple list of level ranges
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- levels
- Type:
System 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 LevelsListSee Also