NamedPatternConverter Convert Method (TextWriter, LoggingEvent)Apache log4net™ SDK Documentation
Convert the pattern to the rendered message

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

protected override sealed void Convert(
	TextWriter writer,
	LoggingEvent loggingEvent
)
Remarks

Render the GetFullyQualifiedName(LoggingEvent) to the precision specified by the Option property.
See Also