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