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