Re: [log4cxx] fmt compiling/linking issue

2022-11-25 Thread Stephen Webb
In Visual studio 2019 the line fmt::arg("d", event->getChronoTimeStamp()), causes the compile time error: error C2338: Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt It seems to need a formatter specialization fo

[log4cxx] fmt compiling/linking issue

2022-11-25 Thread Robert Middleton
I've been working on LOGCXX-514(using fmt as an alternative layout to the PatternLayout) and I've got a working implementation on Linux. However, the Windows build currently fails with some sort of symbol or linking error. Since I'm not all that familiar with Windows, would somebody with more expe