FileAppender.MinimalLock.ReleaseLock Method Apache log4netâ„¢ SDK Documentation
Release the lock on the file

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public override void ReleaseLock()
Remarks

Release the lock on the file. No further writes will be made to the stream until AcquireLock() is called again.

See Also

Reference