RemoteSettings..::..RemoteLifecycleEventsLogLevel Property

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

Syntax


public string RemoteLifecycleEventsLogLevel { get; set; }
Public Property RemoteLifecycleEventsLogLevel As String
	Get
	Set
public:
property String^ RemoteLifecycleEventsLogLevel {
	String^ get ();
	void set (String^ value);
}