FluentConfigLoggingDebugUnhandled Method |
[Missing <summary> documentation for "M:Akka.FluentConfigLogging.DebugUnhandled(Akka.FluentConfig,System.Boolean)"]
Namespace: AkkaAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static FluentConfig DebugUnhandled(
this FluentConfig self,
bool on
)
<ExtensionAttribute>
Public Shared Function DebugUnhandled (
self As FluentConfig,
on As Boolean
) As FluentConfig
public:
[ExtensionAttribute]
static FluentConfig^ DebugUnhandled(
FluentConfig^ self,
bool on
)
[<ExtensionAttribute>]
static member DebugUnhandled :
self : FluentConfig *
on : bool -> FluentConfig
Parameters
- self
- Type: AkkaFluentConfig
[Missing <param name="self"/> documentation for "M:Akka.FluentConfigLogging.DebugUnhandled(Akka.FluentConfig,System.Boolean)"]
- on
- Type: SystemBoolean
[Missing <param name="on"/> documentation for "M:Akka.FluentConfigLogging.DebugUnhandled(Akka.FluentConfig,System.Boolean)"]
Return Value
Type:
FluentConfig[Missing <returns> documentation for "M:Akka.FluentConfigLogging.DebugUnhandled(Akka.FluentConfig,System.Boolean)"]
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