Click or drag to resize
Akka.NETLoggingLogLevelForT Method
Retrieves the log level associated with the specified T.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LogLevel LogLevelFor<T>()
where T : LogEvent

Type Parameters

T
The type of the log event.

Return Value

Type: LogLevel
The log level associated with the specified type.
Exceptions
ExceptionCondition
ArgumentExceptionThe exception is thrown if the given logLevel is unknown.
See Also