LogEvent..::..LogSource Property

Gets or sets the log source.

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

Syntax


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

Field Value

The log source.