slavka
slavka
This is a little tricky since it's a problem of forward-compatibility. `snprintf` and `std::format` use different format strings, so once we choose one, there's hardly any easy way back. Personally,...
Formatting is already not a user issue in my proposal. The user receives a formatted string as the log message, and this formatting is done internally by SWE. The main...
I'm not sure about the GetLatestErrors() approach because it either makes log messages missable, or requires us to store these messages for who knows how long. Also, it might mean...