PatternLayoutConverter Convert 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: 1.2.15.0 (1.2.15.0)
Syntax

protected override void Convert(
	TextWriter writer,
	Object state
)

Parameters

writer
Type: OnlineSystem.IO TextWriter
OnlineTextWriter that will receive the formatted result.
state
Type: OnlineSystem Object
The state object on which the pattern converter should be executed.
See Also