#include <fastformat/ff.hpp>
. . .
#include <pantheios/pan.hpp>
. . .
int main()
{
. . .
catch(std::exception& x)
{
pan::log_CRITICAL(L"exception: ", x);
ff::fmtln(std::wcerr, L"program: {0}", x);
}
. . .
Musings of an STL-extension library designer (who's renowned for producing high-quality software with low-quality documentation).