BusLoggingIsDebugEnabled Property |
[Missing <summary> documentation for "P:Akka.Event.BusLogging.IsDebugEnabled"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override bool IsDebugEnabled { get; }
Public Overrides ReadOnly Property IsDebugEnabled As Boolean
Get
public:
virtual property bool IsDebugEnabled {
bool get () override;
}
abstract IsDebugEnabled : bool with get
override IsDebugEnabled : bool with get
Property Value
Type:
BooleanImplements
LoggingAdapterIsDebugEnabled
See Also