Gets or sets the FileAppender for this LockingModel
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: FileAppenderThe FileAppender for this LockingModel
Remarks
The file appender this locking model is attached to and working on behalf of.
The file appender is used to locate the security context and the error handler to use.
The value of this property will be set before OpenFile(String, Boolean, Encoding) is called.
See Also