Settings..::..LogConfigOnStart Property

Gets a value indicating whether [log configuration on start].

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

Syntax


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

Field Value

true if [log configuration on start]; otherwise, false.