Click or drag to resize
LoggingStringFor Method

[Missing <summary> documentation for "M:Akka.Event.Logging.StringFor(Akka.Event.LogLevel)"]

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

Parameters

logLevel
Type: Akka.EventLogLevel

[Missing <param name="logLevel"/> documentation for "M:Akka.Event.Logging.StringFor(Akka.Event.LogLevel)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Akka.Event.Logging.StringFor(Akka.Event.LogLevel)"]

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).
See Also