Click or drag to resize
FluentConfigLoggingLogLocal Method

[Missing <summary> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace: Akka
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static FluentConfig LogLocal(
	this FluentConfig self,
	bool receive = false,
	bool autoReceive = false,
	bool lifecycle = false,
	bool eventStream = false,
	bool unhandled = false
)

Parameters

self
Type: AkkaFluentConfig

[Missing <param name="self"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

receive (Optional)
Type: SystemBoolean

[Missing <param name="receive"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

autoReceive (Optional)
Type: SystemBoolean

[Missing <param name="autoReceive"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

lifecycle (Optional)
Type: SystemBoolean

[Missing <param name="lifecycle"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

eventStream (Optional)
Type: SystemBoolean

[Missing <param name="eventStream"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

unhandled (Optional)
Type: SystemBoolean

[Missing <param name="unhandled"/> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: FluentConfig

[Missing <returns> documentation for "M:Akka.FluentConfigLogging.LogLocal(Akka.FluentConfig,System.Boolean,System.Boolean,System.Boolean,System.Boolean,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