Click or drag to resize
LoggingLogLevelForT Method
Given the type of LogEvent returns the corresponding LogLevel

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

Type Parameters

T

Return Value

Type: LogLevel
The LogLevel that corresponds to the specified type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown for unknown types, i.e. when T is not Debug, Info, Warning orError
See Also