Settings..::..DebugEventStream Property

Gets a value indicating whether [debug event stream].

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

Syntax


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

Field Value

true if [debug event stream]; otherwise, false.