tt4g
tt4g
I am not familiar with C#, but I do know that you cannot call C++ functions directly. Instead of calling a C++ function in C#, you must expose a C...
I don't know anything about Oracle Simphony, but if it works in testing and causes problems when run on Oracle Simphony, then I should think that the cause is Oracle...
> Now what did fix the error was installing Visual Studio (minimal installation, no extras installed, only the editor). The error is gone even after uninstalling Visual Studio. Not sure...
The crash that occurs with the microsoft/STL#4730 change is when the Visual Studio Runtime on the machine running the application is older than the Visual Studio on the development machine....
> but the file sink always delay for multiple seconds, event though I had set flush strategy. I don't know what is going on because I don't know how to...
Regardless of the confirmation method, the following candidates are expected causes * Anti-virus software is preventing writing to the file * Slow disk operation due to heavy access * Cloud...
Short answer: the sink is destroyed and the buffer is written. Long answer: the sink registered in the spdlog registry is destroyed and is written from the buffer in the...
If there are users who need it, PR is welcome.
Although `spdlog::cfg::load_env_levels()` can be called multiple times, operations that update and read environment variables at runtime are not guaranteed to be thread-safe by the C language specification. If a bug...
The latest version of spdlog is 1.14.1, not v14. I don't know which version you are using, but the compile error message explains it all. You have not defined `fmt::formatter`,...