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