| LoggerBaseTLevel, TSettingsSettings Property |
[This is preliminary documentation and is subject to change.]
Gets the logger settings.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax protected TSettings Settings { get; }
Protected ReadOnly Property Settings As TSettings
Get
protected:
property TSettings Settings {
TSettings get ();
}
member Settings : 'TSettings with get
Property Value
Type:
TSettingsLogger settings.
See Also