Hold an exclusive lock on the output file
Inheritance Hierarchy
![Online Online](./../icons/online_icon.gif)
log4net.Appender FileAppender LockingModelBase
log4net.Appender FileAppender ExclusiveLock
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
Open the file once for writing and hold it open until CloseFile is called. Maintains an exclusive lock on the file during this time.
See Also