Click or drag to resize
ILogFormatter Interface

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

Log formatter interface.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public interface ILogFormatter

The ILogFormatter type exposes the following members.

Properties
  NameDescription
Public propertyEpilogue
Gets the epilogue.
Public propertyPrologue
Gets the prologue.
Top
Methods
  NameDescription
Public methodFormat
Formats an entry.
Top
See Also