Click or drag to resize
Akka.NETLoggingLogLevelFor Method (String)
Retrieves the log level from the specified string.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LogLevel LogLevelFor(
	string logLevel
)

Parameters

logLevel
Type: SystemString
The string representation of the log level to lookup.

Return Value

Type: LogLevel
The log level that matches the specified string.
Exceptions
ExceptionCondition
ArgumentExceptionThe exception is thrown if the given logLevel is unknown.
See Also