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