FileAppender ExclusiveLock ReleaseLock Method Apache log4net™ SDK Documentation
Release the lock on the file

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

public override void ReleaseLock()
Remarks

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

See Also