LoggingEvent WriteRenderedMessage Method Apache log4net™ SDK Documentation
Write the rendered message to a TextWriter

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

public void WriteRenderedMessage(
	TextWriter writer
)
Remarks

Unlike the RenderedMessage property this method does store the message data in the internal cache. Therefore if called only once this method should be faster than the RenderedMessage property, however if the message is to be accessed multiple times then the property will be more efficient.

See Also