Click or drag to resize

LogLevelFromString Method

Returns the LogLevel that corresponds to the supplied string.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static LogLevel FromString(
	string levelName
)

Parameters

levelName
Type: SystemString
The textual representation of the log level.

Return Value

Type: LogLevel
The enumeration value.
See Also