| LoggerBaseTLevelIsEnabled Method |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this logger is enabled.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax protected virtual bool IsEnabled()
Protected Overridable Function IsEnabled As Boolean
protected:
virtual bool IsEnabled()
abstract IsEnabled : unit -> bool
override IsEnabled : unit -> bool
Return Value
Type:
Booleantrue if this logger is enabled.
See Also