FluentConfigLoggingLogLevel Method |
[Missing <summary> documentation for "M:Akka.FluentConfigLogging.LogLevel(Akka.FluentConfig,Akka.Event.LogLevel)"]
Namespace: AkkaAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static FluentConfig LogLevel(
this FluentConfig self,
LogLevel logLevel
)
<ExtensionAttribute>
Public Shared Function LogLevel (
self As FluentConfig,
logLevel As LogLevel
) As FluentConfig
public:
[ExtensionAttribute]
static FluentConfig^ LogLevel(
FluentConfig^ self,
LogLevel logLevel
)
[<ExtensionAttribute>]
static member LogLevel :
self : FluentConfig *
logLevel : LogLevel -> FluentConfig
Parameters
- self
- Type: AkkaFluentConfig
[Missing <param name="self"/> documentation for "M:Akka.FluentConfigLogging.LogLevel(Akka.FluentConfig,Akka.Event.LogLevel)"]
- logLevel
- Type: Akka.EventLogLevel
[Missing <param name="logLevel"/> documentation for "M:Akka.FluentConfigLogging.LogLevel(Akka.FluentConfig,Akka.Event.LogLevel)"]
Return Value
Type:
FluentConfig[Missing <returns> documentation for "M:Akka.FluentConfigLogging.LogLevel(Akka.FluentConfig,Akka.Event.LogLevel)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
FluentConfig. 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