Skip to content

v2.0.0 - Enhance timestamp and cache handling

Latest
Compare
Choose a tag to compare
@regorxxx regorxxx released this 23 Feb 21:42
· 8 commits to main since this release

[2.0.0] - 2023-02-23

Added

  • console.flush() method to force writing cache to file (usually used at on_script_unload)

Changed

  • Moved all global variables to console namespace. i.e. console.File, console.MaxSize, console.Throttling, console.Timer, console.Cache.
  • Added specific handling of FbMetadbHandle and FbMetadbHandleList objects.
  • Logging now adds 'dd/mm/yyyy' line when touching the file if the last modified date differs. Should greatly enhance readability of logging for different days, since previously there was no way to know which day was for every line unless you manually counted the hour stamp resets.

Removed

Fixed

  • Logging of null value not working properly.