| ILogIsTraceEnabled Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether logging of trace entries is enabled.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax bool IsTraceEnabled { get; }
ReadOnly Property IsTraceEnabled As Boolean
Get
property bool IsTraceEnabled {
bool get ();
}
abstract IsTraceEnabled : bool with get
Property Value
Type:
Booleantrue if logging of trace entries is enabled.
See Also