PatternString Format Method (TextWriter)Apache log4net™ SDK Documentation
Produces a formatted string as specified by the conversion pattern.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void Format(
	TextWriter writer
)

Parameters

writer
Type: OnlineSystem.IO TextWriter
The TextWriter to write the formatted event to
Remarks

Format the pattern to the writer.

See Also