Click or drag to resize
LoggingClassFor Method
Classes for.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Type ClassFor(
	this LogLevel logLevel
)

Parameters

logLevel
Type: Akka.EventLogLevel
The log level.

Return Value

Type: Type
Type.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LogLevel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentExceptionUnknown LogLevel;logLevel
See Also