Gabi Melman
Gabi Melman
> Yeah, google shows it being present in GCC docs at least as far back as 2012. But msvc doesn't offer this in earlier version afaik. Lets try to ask...
Please provide code to reproduce and compiler info
An elegant way would be to define custom type that accepts std::iostream, using https://fmt.dev/latest/api/#formatting-user-defined-types And then one can just pass the stream to spdlog: ```c++ spdlog::info("Stream content is: {}", content_stream);...
PR is welcome. Note that the “sv” literal is c++17 while spdlog should support 11
Note you construct the file sink with rotate_on_open=true which might lead to this behavior
The ansicolor sink was never designed for windows. Why not use the wincolor sink
Could you please provide more details why is it needed ? so far it worked fine
Thanks. Do you have any numbers on the improvement gains?