Click or drag to resize
FormatterBaseFormat Method

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

Formats an entry.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public string Format(
	IFormatProvider provider,
	LogEntry entry
)

Parameters

provider
Type: SystemIFormatProvider
Format provider.
entry
Type: YallaLogEntry
The entry.

Return Value

Type: String
Formatted entry.

Implements

ILogFormatterFormat(IFormatProvider, LogEntry)
See Also