| LoggingLogLevelForT Method |
Retrieves the log level associated with the specified T.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static LogLevel LogLevelFor<T>()
where T : LogEvent
static member LogLevelFor : unit -> LogLevel when 'T : LogEvent
Type Parameters
- T
- The type of the log event.
Return Value
Type:
LogLevelThe log level associated with the specified type.
Exceptions Exception | Condition |
---|
ArgumentException | The exception is thrown if the given logLevel is unknown. |
See Also