PatternLayoutConverterConvert Method (TextWriter, Object)Apache log4net™ SDK Documentation
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.

Namespace: log4net.Layout.Pattern
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected override void Convert(
	TextWriter writer,
	Object state
)

Parameters

writer
Type: System.IOTextWriter
TextWriter that will receive the formatted result.
state
Type: SystemObject
The state object on which the pattern converter should be executed.
See Also

Reference