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

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

public override void Format(
	TextWriter writer,
	LoggingEvent loggingEvent
)

Implements

ILayout Format(TextWriter, LoggingEvent)
Remarks

Parse the LoggingEvent using the patter format specified in the ConversionPattern property.

See Also