Commit Graph

70 Commits (68f91822ede7b2aed8714a8b2678361e29a5cc18)

Author SHA1 Message Date
Daniel Chabrowski 68f91822ed performance-unnecessary-value-param
8 years ago
gabime 80163dc6c1 Better support for WinRT
8 years ago
Sam Lunt 9f8413308a add global flush_on function
8 years ago
Alexandr Dubovikov bec6919587 added facilty for syslog
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
8 years ago
Carsten Neumann 8ee90d3349 Add create_async factory functions for async loggers
8 years ago
Tennn f8d509d010 Fixed issues 449
8 years ago
gabime 6cc7e7382e astyle
9 years ago
gabime 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink
9 years ago
Ľubomír Carik fd8df5b820 Don't hardcode '.txt.' log file name suffix (resolve #333)
9 years ago
gabime f14d1c002b astyle
9 years ago
gabime 0cfdad4d0b Windows console color support. Replaced color param in API with new functions
9 years ago
gabime faa184ce24 Added #ifdef __ANDROID__ to spllog_impl.h
9 years ago
gabime e97621d61d Removed force_flush arg from everywhere. Use flush_on(level) instead
9 years ago
gabime b0f8230783 Fixed bug in basic_logger creating (passed truncate to force_flush arg)
9 years ago
gabime 5653e5c9d7 astyle
9 years ago
Hugh Wang 72a6fd65da Support direct creation of android logger.
9 years ago
gabime e562e001cf Removed force_flush arg from API (use flush_on(level) instead)
9 years ago
Sam Brkopac 0be736c7fc Added the ability to truncate the basic file logger.
9 years ago
Nazım Can Bedir 2678c37b56 Move syslog support tests to one place.
9 years ago
gabime 86de264da9 Added support for syslog in FreeBSD
9 years ago
gabime 4efbd950d6 atyle
9 years ago
gabime 3af247fbd3 Added a way to iterate all registered loggers (issues #238 and #259).
9 years ago
gabime e7debaacd7 astyle
9 years ago
gabime 39cdd08a54 no exceptions while logging
9 years ago
gabime a047b58e65 Added "basic_logger_mt/basic_logger_st" to the API
9 years ago
Kevin M. Godby e16cb511e5 Create a logger with a single sink.
9 years ago
Philippe Serreault ee815042dd In async mode, worker thread can now execute an optional teardown callback upon exit.
10 years ago
gabime 0d26359856 astyle
10 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 296623baa3 API for color support in console logger
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
Sebastian Messmer 7b8d507615 Allow syslog logger on Mac OS X
10 years ago
gabime 8c38b4ee9e MIT license
10 years ago
gabime 992a4e6077 revert Args& by referebce in create
10 years ago
gabime b85662c536 fixed issue #137
10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines
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
Denis Ivaykin 432e1109dd flush interval part 2
11 years ago
gabime 2a0d00929c stdout_loggers now thread safe across all instances (share same stdout_sink_mt)
11 years ago
gabime 256c64d72f Fixed registry functions
11 years ago
gabime 623f59ce6f Added register_logger to spdlog.h to register manually created loggers
11 years ago
gabime c401e830d0 Added option for setting rotation time in daily file ctor
11 years ago
gabime 89afa909e1 shortened enum policy name and moved into common.h
11 years ago
Denis Ivaykin 365d895482 discard policies on queue overflow
11 years ago
Denis Ivaykin d47fbbb79e worker warmup callback
11 years ago