halflife-unified-sdk
halflife-unified-sdk copied to clipboard
Convert Con_Printf & UTIL_VarArgs to use fmt::format
Convert Con_Printf
& UTIL_VarArgs
to use fmt::format
. This makes logging code more consistent between the use of spdlog loggers and standalone logging code.