otclient-redemption/docs
Eduardo Dantas 72578f3b03
improve: add support to fmt format to logger class (#1169)
Add native fmt formatting support to Logger

Replaces all usage of stdext::format with fmt::format across the codebase.
Adds fmt::format_string overloads to all log-level functions (debug, info, warning, error, fatal).
Enables use of brace-style placeholders like {} and {:02X}.
Keeps full compatibility with Lua string-based logging.
Adds automatic fmt formatters for Position and enums.
Introduces fmt as a new required dependency.
2025-05-27 20:47:23 -03:00
..
convert_stdext_format.py improve: add support to fmt format to logger class (#1169) 2025-05-27 20:47:23 -03:00