Click or drag to resize
LogFormatter Property

[This is preliminary documentation and is subject to change.]

Gets the internal formatter instance.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public ILogFormatter Formatter { get; }

Property Value

Type: ILogFormatter
Internal formatter instance.

Implements

ILogFormatter
See Also