🚀 ProxiFyre 2.0.10
Highlights
- Global verbosity control for
netlib::log
with runtime configuration and managed integration. - Smarter log formatting; no duplicate timestamps/levels with NLog.
- Managed log levels map to progressive verbosity:
- error/warn → level only
- info → level + logger
- debug → level + thread + path
- all → full detail
Refactors
- Removed redundant log-level guards in
process_lookup
(TCP/UDP, v4/v6) — now rely onNETLIB_LOG
macro early-return for performance.
Benefits
- Fine-grained log detail for prod/dev.
- Runtime tunable without rebuilds.
- Backward compatible with existing log calls.