Commit Graph

50 Commits (56678a5f6a7a26e0c0f71d4c997f3a11394ce13e)

Author SHA1 Message Date
gabime 56678a5f6a added set_force_flush(bool) to simple file sink for performance benchmarks 9 years ago
gabime e97621d61d Removed force_flush arg from everywhere. Use flush_on(level) instead 9 years ago
Sam Brkopac 0be736c7fc Added the ability to truncate the basic file logger.
Added the ability to truncate the basic file logger.
9 years ago
gabime 43a4048b92 astyle 9 years ago
gabime 0ae66b5b28 support for external fmtlib 9 years ago
gabime f5bde237dd Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0 9 years ago
gabime 842e5236e4 Fixed possible name collision with boost chrono 9 years ago
gabime c5c6baad74 Added errno description to sdlog exception strings 9 years ago
gabime 38c0ee018b astyle 9 years ago
gabime 80a432e646 cleaned common.h and moved some code around 9 years ago
eao197 ef9842c36d daily_file_sink with custom file name calculator 9 years ago
gabime 0d26359856 astyle 9 years ago
gabime 19dae96985 wchar filenames support - minor improvements 10 years ago
unknown 113ebcfd97 Add the SPDLOG_USE_WCHAR tweak to enable support for Unicode names on Windows. Refs #111 10 years ago
gabime 495ecaeaee astyle 10 years ago
gabime becef922c2 add missing include 10 years ago
gabime 79451368cf Fixed issue #179 (Conflict with Boost.Asio) (by defining FMT_USE_WINDOWS_H=0 in format.h and preventing include of windows.h) 10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes. 10 years ago
Kevin M. Godby 196689f720 Fixed header include problems. 10 years ago
Gabi Melman bb32fa1802 Update file_sinks.h
Fixed missing #pragma once
10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 0f76db880e astyle 10 years ago
gabime ea1a92769b Fixed rotating_logger_mt does not rotate properly if app restarts #116 10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines 10 years ago
Artem Martynovich 8b6df31ec9 Revert to original formatting. 10 years ago
Artem Martynovich 0e5c4b9de4 Fix Unix build. Use S("...") instead of L"..." for better compatibility. 10 years ago
Artem Martynovich 2b59393bda Add wchar_t support for Windows. 10 years ago
gnzlbg fbd9d924d6 adds missing flush override to simple_file_sink 10 years ago
gabime 64850dcb0c small style fixes 10 years ago
Denis Ivaykin 849b5cb84e flush 10 years ago
gabime 31a011e67c Fixed daily sink syntax error and redundant file close 11 years ago
gabime c1dd340a25 Updated cppformat to version 86a7d856fa03fb5ba96f1a27907a4b7171f42e56 and remove spdlog::details namespace from it's source 11 years ago
gabime c401e830d0 Added option for setting rotation time in daily file ctor 11 years ago
gabi 7635455c8d Changed "auto_flush" to "force_flush" to better represent the meaning 11 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 11 years ago
gabime fcd1fc037f append instead of truncate when opening new files 11 years ago
gabi d817994bd2 Moved namespace fmt to be under spdlog::details to minimize namespace pollution for the users 11 years ago
gabi 2c0acf66f9 use cppformat in sinks 11 years ago
gabime 68ee9a7ada replaced flush_interval with auto_flush boolean 11 years ago
gabime ece27ac952 astyle 11 years ago
gabi fd3f13cd90 revert sink accepting only char* and size_t 11 years ago
gabi 66039c7c0e Simplified sink interface - to just accept char* and size_t 11 years ago
gabime a9abfbb005 Fixed rotate bug 11 years ago
Arnaud Kapp 37459ae9f1 Check return code from std::remove.
In case removing a file (file_sink) fails, we throw spdlog_ex.
11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabime 74aae4f368 readme 11 years ago
gabi 567e85e6d4 bench 11 years ago
gabi 31971bf63b updated example and added more creation functions 11 years ago
gabi c7b8c762fb spdlog 11 years ago