mirror of https://github.com/gabime/spdlog.git
Allow basic_file_sink to open a file in text mode
Added an optional `bool` parameter to the explicit `basic_file_sink` constructor, allowing to open the file in in text mode, instead of in binary mode. Enables automatic conversion of '\n' characters _inside_ a message string to a platform specific eol representation. (`\r\n` on Windows.)pull/2636/head
parent
927cc29444
commit
8bc619bda9
Loading…
Reference in New Issue