Settings..::..AddLoggingReceive Property

Gets a value indicating whether [add logging receive].

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public bool AddLoggingReceive { get; set; }
Public Property AddLoggingReceive As Boolean
	Get
	Set
public:
property bool^ AddLoggingReceive {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [add logging receive]; otherwise, false.