Commit Graph

858 Commits (dea6bb1085466370ed6d629b4d462f299db75958)

Author SHA1 Message Date
Timo Lange b960d5a062 Revert "Merge pull request #2352 from tiolan/topic/android_buffer"
This reverts commit c6d0487474, reversing
changes made to a51b485637.
3 years ago
Timo Lange 7d22b689b6 use __android_log_write or __android_log_buf_write based on template parameter 3 years ago
jimmyorourke 3a13e76bb1
Use WriteFile rather than WriteConsole to be able to use file handles or pipes 6 years ago
Thomas Lewis cee913d76e Added __HAIKU__ to #if for stat64 struct. 6 years ago
Rashad Kanavath 9ca4e3d8bc fix build on openbsd 7 years ago
Jeremy Nimmer b3881b9c15 add remove_all_sinks method to dist_sink
This allows users to set exactly the sinks they want, even if other
unknown application code has added bespoke sinks in the meantime.
7 years ago
gabime 032035e72f format 7 years ago
gabime 66b5772b61 Fixed issue #720 7 years ago
gabime faea32c9f9 simplfiy a little the use of fmt:safe_strerror 7 years ago
Gabi Melman d78ddcee24
Merge pull request #719 from JamesReynolds/master
Closes #717
7 years ago
JamesReynolds 7bc598c9b5 Move errno code into common
errno code is no longer OS specific. Moving to common.
7 years ago
JamesReynolds aa9012fa07 Fixes #717
This fix uses the fmt::safe_strerror instead of the underlying
strerror_r functionality. I think this is better - but I'm not
sure if there is a reason for avoiding the use of this function.
7 years ago
JamesReynolds 3fbac8e2b7 Closes #717
Failure to compile to systems that don't have a valid definition
of strerror_r.
7 years ago
Gabi Melman 1fcc896486
Merge pull request #715 from JamesReynolds/master
Closes gabime/spdlog#74
7 years ago
JamesReynolds 4131347079 This closes #74 in gabime/spdlog
Support for AIX. Tested on AIX 6.1 with GCC 6.3.
7 years ago
puasonych 98b9cd38ec Update step logger 7 years ago
puasonych 877a618400 Update step logger
Fixed bugs with multithreading and added protection against data lost with insufficiently accurate setting of the maximum value of the file size
7 years ago
puasonych eb2118c181 Update step_file_sink 7 years ago
puasonych 5c1951acec Update step_file_sink
Fixed adding a file header and adding ignoring of empty files
7 years ago
gabime 67a6eaf23e Merge branch 'master' of https://github.com/gabime/spdlog 7 years ago
gabime f4db1c510c catch potential flush exceptions 7 years ago
Puasonych bd3f8a3b92 Added file header support 7 years ago
Gabi Melman d6b700eaf2
Update async_log_helper.h 7 years ago
gabime 560df2878a updated version number to 0.17.0 7 years ago
gabime 7a85acc31f removed logger_name field from async_msg 7 years ago
gabime 7cbf832cca comments 7 years ago
gabime 5c38e15dd2 replaced the lockfree queue with bounded, locked queue 7 years ago
gabime 0e86c4eed0 removed debug printf 7 years ago
gabime e69aafc737 fixed flush interval in async helper 7 years ago
gabime 3dbba6895d replaced the lockfree queue with bounded, locked queue 7 years ago
Gabi Melman b1a58cd342
Dont wait for the queue to drain in async flush 7 years ago
Gabi Melman efb1af9a73
Update async_logger_impl.h 7 years ago
Puasonych 8f3c4218ed Merge remote-tracking branch 'gabime/master' 7 years ago
gabime 217ad75ebd Fixed deault error handler not to use sink but write directly to stderr 7 years ago
Gabi Melman ce41991c51
Remove unneeded include 7 years ago
Puasonych 1136bd7ce2 Update step_logger
Fixed code duplication
8 years ago
Puasonych 093edc2dc2 Update step_logger
Test release of a logger step_logger
8 years ago
Puasonych f17eb1bb56 Merge remote-tracking branch 'gabime/master' 8 years ago
Gabi Melman 5e08950ed2
Created contrib/sinks directory 8 years ago
Gabi Melman bce3b75c53
Created contrib directory 8 years ago
Erik be685337b1
Update file_sinks.h
Removed possible throw of an exception from the destructor
8 years ago
Erik 06580c8333
Update file_sinks.h 8 years ago
Puasonych 11c99892d7 Add new logger: step_logger 8 years ago
gabime 3fdc7996db code formatting 8 years ago
gabime cfb450c059 Fixed eol write in pattern_formatter_impl 8 years ago
Gabi Melman b416685d6f
Fix gcc warning on stat (32 bits) 8 years ago
gabime 64c2fe180b Fixed bug in wrapping colors around level name in default pattern 8 years ago
gabime 1dea46e1ab code formatting 8 years ago
gabime 3452892f76 minor renaming 8 years ago
gabime d040ab93ea wincolor color formatting support 8 years ago