SettingsAddLoggingReceive Property |
Gets a value indicating whether [add logging receive].
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool AddLoggingReceive { get; }
Public ReadOnly Property AddLoggingReceive As Boolean
Get
public:
property bool AddLoggingReceive {
bool get ();
}
member AddLoggingReceive : bool with get
Property Value
Type:
Booleantrue if [add logging receive]; otherwise,
false.
See Also