log4net SDK Reference

FileAppender.ExclusiveLock.ReleaseLock Method 

Release the lock on the file

[Visual Basic]
Overrides Public Sub ReleaseLock()
[C#]
public override void ReleaseLock();

Remarks

Does nothing. The lock will be released when the file is closed.

See Also

FileAppender.ExclusiveLock Class | log4net.Appender Namespace