LogEvent..::..LogClass Property

Gets or sets the log class.

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

Syntax


public Type LogClass { get; set; }
Public Property LogClass As Type
	Get
	Set
public:
property Type^ LogClass {
	Type^ get ();
	void set (Type^ value);
}

Field Value

The log class.