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