TextWriterAppender PrepareWriter Method Apache log4net™ SDK Documentation
Called to allow a subclass to lazily initialize the writer

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

protected virtual void PrepareWriter()
Remarks

This method is called when an event is logged and the Writer or QuietWriter have not been set. This allows a subclass to attempt to initialize the writer multiple times.

See Also