| LoggingLogLevelFor 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
)
static member LogLevelFor :
logLevel : string -> LogLevel
Parameters
- logLevel
- Type: SystemString
The string representation of the log level to lookup.
Return Value
Type:
LogLevelThe log level that matches the specified string.
Exceptions Exception | Condition |
---|
ArgumentException | The exception is thrown if the given logLevel is unknown. |
See Also