Method Update
Update()
Performs maintenance work on the allocated RingBuffers and should be called once per frame.
Enters exclusive lock, so make sure it is not called during LockRead() on the same thread. LockRead() UnlockRead()
Declaration
public void Update()
Remarks
Do not call this directly; updating is performed automatically by the LogController.