TApxBaseLog.LockLog

TApxBaseLog

procedure LockLog;

Enters 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 multi-threaded environment.

See also: UnlockLog