TApxBaseLog.UnlockLog

TApxBaseLog

procedure UnlockLog;

Leaves the log's critical section.

TApxBaseLog descendants internally call LockLog and UnlockLog when accessing class variables. This is done to ensure thread safety when operating in a multithreaded environment.

See also: LockLog