LogEventLogClass Property |
Gets or sets the log class.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Type LogClass { get; protected set; }
Public Property LogClass As Type
Get
Protected Set
public:
property Type^ LogClass {
Type^ get ();
protected: void set (Type^ value);
}
member LogClass : Type with get, set
Property Value
Type:
TypeThe log class.
See Also