github wiresock/proxifyre v2.0.9
ProxiFyre-v2.0.9

latest releases: v2.1.2, v2.1.1, v2.0.12...
25 days ago

ProxiFyre 2.0.9 — Accurate Caller Locations in Logs

🛠 Logging Improvements

  • Fixed an issue where log entries with std::source_location always reported the logger’s internal header and line number instead of the actual call site.
  • Introduced the NETLIB_LOG macro to capture true caller file/line/function when logging formatted messages.
  • Added print_log_with_loc() overload to accept explicit std::source_location from wrappers or macros.
  • Updated feature detection for std::source_location to ensure reliable activation across compilers.

Result: Log output now points to the real code location where the log was generated, making debugging and tracing significantly easier.

Full Changelog: v2.0.8...v2.0.9

Don't miss a new proxifyre release

NewReleases is sending notifications on new releases.