Click or drag to resize
LogEventLogClass Property
Gets or sets the log class.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Type LogClass { get; protected set; }

Property Value

Type: Type
The log class.
See Also