Skip to content

Releases: Make-Tarkov-Great-Again/flog

Flog 4.0.3

30 Jan 11:43
11fed90
Compare
Choose a tag to compare

FLog v4.0.2

28 Jan 01:26
Compare
Choose a tag to compare

bug fix, setconfig should work

FLog v1.0.1

27 Jan 15:58
Compare
Choose a tag to compare

introduce flexible logging configurations and enhancements

  • Introduced Config struct for centralized configuration management in flog.
    • Added methods SetLogPath, Default, isColorsOmitted, and isFolderOmitted for improved flexibility.
  • Enhanced logging functionality:
    • Introduced new logging levels (e.g., Debug).
    • Added support for format strings via new methods (InfoF, WarnF, ErrorF, DebugF).
    • Improved log message preparation with type-safe handling and format placeholders.
  • Updated Logger implementation:
    • Implemented buffered logging with periodic flush for improved performance.
    • Added synchronized access to logger resources.
    • Introduced caller info caching for efficiency.
    • New Cleanup method for proper resource release during shutdown.
  • Created measurement package to trace and log execution time for debugging.
  • Refactored internal log-related structures and logic:
    • Pre-allocated buffers for log formatting.
    • Enhanced console logging with configurable colors.

These changes optimize logging performance, configurability, and debugging capabilities.

Full Changelog: 0.0.3...v1.0.0

FLog v4 v0.0.3

18 Jan 11:31
518b140
Compare
Choose a tag to compare
FLog v4 v0.0.3 Pre-release
Pre-release

ballin