Click or drag to resize
DefaultFormatterAppendException Method

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

Appends an exception.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
protected virtual StringBuilder AppendException(
	StringBuilder builder,
	IFormatProvider provider,
	LogEntry entry
)

Parameters

builder
Type: System.TextStringBuilder
String builder.
provider
Type: SystemIFormatProvider
Format provider.
entry
Type: YallaLogEntry
The entry.

Return Value

Type: StringBuilder
The StringBuilder used to format the entry.
See Also