这是indexloc提供的服务,不要输入任何密码
Skip to content

ProxiFyre-v2.0.9

Choose a tag to compare

@wiresock wiresock released this 10 Aug 22:01
· 40 commits to main since this release

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