TextWriterAppender PreAppendCheck Method Apache log4net™ SDK Documentation
This method determines if there is a sense in attempting to append.

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

protected override bool PreAppendCheck()

Return Value

Type: OnlineBoolean
false if any of the preconditions fail.
Remarks

This method checks if an output target has been set and if a layout has been set.

See Also