FileAppender PrepareWriter Method Apache log4net™ SDK Documentation
Called to initialize the file writer

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

protected override void PrepareWriter()
Remarks

Will be called for each logged message until the file is successfully opened.

See Also