Skip to content

v1.2.0- Writing frequency adjustable

Compare
Choose a tag to compare
@regorxxx regorxxx released this 19 Jun 09:08
· 18 commits to main since this release
f670b9d

Added

  • New setting 'conLogThrottling' to control the frequency of text writing to file. Consecutive calls within that interval are cached and all text flushed when there are no more calls (debouncing). This should greatly improve performance when calling the console multiple times in a small frame of time wring to physical file only once.