Skip to content

Improvements for LogFile

Closes #29 (closed).

Bug Fixes

  • [io]:
    • LogFile:
      • Added methods to increment the counters for the total received and written objects. This allows to prevent a possible race condition.

Breaking Changes

  • [io]:
    • LogFile:
      • Now starts skipping with the second received object (not the first one).
Edited by Philipp Seiwald

Merge request reports