Classes for.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Type ClassFor(
this LogLevel logLevel
)
<ExtensionAttribute>
Public Shared Function ClassFor (
logLevel As LogLevel
) As Type
public:
[ExtensionAttribute]
static Type^ ClassFor(
LogLevel logLevel
)
[<ExtensionAttribute>]
static member ClassFor :
logLevel : LogLevel -> Type
Parameters
- logLevel
- Type: Akka.EventLogLevel
The log level.
Return Value
Type:
TypeType.
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
See Also