Click or drag to resize
ILogFormatterFormat 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
string Format(
	IFormatProvider provider,
	LogEntry entry
)

Parameters

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

Return Value

Type: String
Formatted entry.
See Also