PatternConverterConvert Method Apache log4net™ SDK Documentation
Evaluate this pattern converter and write the output to a writer.

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

protected abstract 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.
Remarks

Derived pattern converters must override this method in order to convert conversion specifiers in the appropriate way.

See Also

Reference