| ILogLogger Property |
[This is preliminary documentation and is subject to change.]
Gets the internal logger instance.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax ReadOnly Property Logger As ILogger
Get
property ILogger^ Logger {
ILogger^ get ();
}
abstract Logger : ILogger with get
Property Value
Type:
ILoggerInternal logger instance.
See Also