| LogIsDebugEnabled Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether logging of debug entries is enabled.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public bool IsDebugEnabled { get; }
Public ReadOnly Property IsDebugEnabled As Boolean
Get
public:
virtual property bool IsDebugEnabled {
bool get () sealed;
}
abstract IsDebugEnabled : bool with get
override IsDebugEnabled : bool with get
Property Value
Type:
Booleantrue if logging of debug entries is enabled.
Implements
ILogIsDebugEnabledSee Also