| LogLogger 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 public ILogger Logger { get; }
Public ReadOnly Property Logger As ILogger
Get
public:
virtual property ILogger^ Logger {
ILogger^ get () sealed;
}
abstract Logger : ILogger with get
override Logger : ILogger with get
Property Value
Type:
ILoggerInternal logger instance.
Implements
ILogLoggerSee Also