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