Commit Graph

1996 Commits (6faa5fc95b4be3aa5161c25e5b68155a644dc358)

Author SHA1 Message Date
gabime f93459579f version 1.9.0 5 years ago
gabime 2b81c40b90 Bump fmt to version 7.1.3 5 years ago
Jonas Wittbrodt f8ba24afee add missing <algorithm> include 5 years ago
Могилин Виктор e17ee87f38 Ability to get size of messages queue of async thread pool 5 years ago
Gabi Melman 18e3f07f7d
Fix #1710 5 years ago
dkavolis 23572369fc Perfect forwarding for arguments 5 years ago
Christof Kaufmann 40160f2a57 Fix typo in comment 5 years ago
gabime cbe9448650 version 1.8.1 5 years ago
gabime 5b345534dc Minor change in ifdef for clarity 5 years ago
Gabi Melman c8dc318fb3
Update logger-inl.h 5 years ago
Gabi Melman 23cb1a1080
Update logger-inl.h 5 years ago
Dirk Eddelbuettel 3cf4d34094 let R header defines switch to REprintf over fprintf(stdderr) 5 years ago
Gabi Melman 16d78ae5db
Update stdout_sinks-inl.h 5 years ago
gabime 62b4b7af83 Fix #1667 5 years ago
Gabi Melman 9799ecac6a
Remove redundant size check before calling WriteFile 5 years ago
Gabi Melman dccb766095 Fix warning about enum usage 5 years ago
gabime c97983a91c Fix linux build 5 years ago
gabime 680fb07fd5 Updatd WriteFile usage 5 years ago
gabime cfd0ea197c Simplify WriteFile() usage under windows 5 years ago
gabime 48d4ed9bc0 Fix #1675 5 years ago
gabime 8923922f30 Cleaned level loading from env var 5 years ago
gabime 7542e42e4f removed extra parentheses 5 years ago
Gabi Melman 7a9b23e4f4
Update registry-inl.h 5 years ago
gabime 47253ba2a1 Updated comment 5 years ago
gabime 69b54dd9e4 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 5 years ago
gabime 36138617fc small readablilty update in registry 5 years ago
gabime 231ca50700 clang-format 5 years ago
gabime c7613f3e91 Fixed #1680 5 years ago
gabime cefe67726e wip fix #1680 again 5 years ago
gabime 1ac2dcc537 wip fix #1680 again 5 years ago
gabime 3a68eecb28 Fix issue #1680 5 years ago
gabime 54a8259b42 Fix #1680 5 years ago
Gabi Melman 99b8c5d379
Update bin_to_hex.h 5 years ago
Gabi Melman 5deb7c55e1
Fix #1676 5 years ago
gabime 9cd25dd216 Remove un needed hasher declaration 5 years ago
gabime 4a9ccf7e38 Fixed chrono wrapper 5 years ago
gabime 2963b9f07f Updated comment 5 years ago
gabime a4a9bc4d8e version 1.8.0 5 years ago
gabime a16a029790 Added bundled fmt os.h file 5 years ago
gabime dfc777803a enable the 'n' flag in for backward compatibility with fmt 6.x 5 years ago
gabime 934a9bb23e Fix issue #1617 5 years ago
gabime 34f3d29d93 Added stopwatch support 5 years ago
gabime cd701761f9 clang-format 5 years ago
gabime 23c2c00d69 Bumb fmt version to 7.0.3 5 years ago
Gabi Melman 685cc4edbc
Revert last commit 5 years ago
Gabi Melman 78369375e3
Update helpers-inl.h 5 years ago
Gabi Melman 6587058f74
Update argv.h 5 years ago
Piotr Barejko 726ca01e5c Make load_env_levels inline function 5 years ago
Dominik Krümpelmann db0d0438ff tcp_client.h bugfix for macOS and add tcp example
-> fix the issue that the head is not compilable bc. of missing declaration
-> optimize if/else block in connection function. Else not needed bc. of break in if
5 years ago
Gabi Melman 3c527488e7
Update spdlog-inl.h 5 years ago
Eyal Rozenberg 7009727559 Fix for issue #1627:
* Added: `spdlog::get_level()` API function - like `logger::level()`, except for the name change
* Added: `spdlog::should_log()` API function - like `logger: should_log()`
5 years ago
Gabi Melman 58875bdcd7
Update tcp_client-windows.h 5 years ago
Gabi Melman 616caa5d30
Version 1.7.0 5 years ago
Gabi Melman 8236ee3ff6
Update version.h 5 years ago
Gabi Melman 19f2804661
Fix #1611 5 years ago
Craig Andrews 22bee8128a fmt 7.0.0 renamed the internal namespace to detail.
See: https://github.com/fmtlib/fmt/issues/1538
5 years ago
gabime e69699e12c enable_if 5 years ago
gabime d6dbdbf27a Revert 7f15fb2a21 since it breaks the ABI 5 years ago
gabime a0dae55a69 Revert 7f15fb2a21 since it breaks the ABI 5 years ago
Gabi Melman 7f15fb2a21
Merge pull request #1580 from TamasFlorin/custom_rotating_filename
Add support for custom filename calculator in rotating_file_sink.
5 years ago
Tamas Florin d5aa8db36f Add missing os include for rotating_file_sink. 5 years ago
gabime b0c4794305 Use default pointer type in enable_if 5 years ago
Tamas Florin 071206ef59 Add support for custom filename calculator in rotating_file_sink. 5 years ago
Joe Burzinski 741b0d6e82 Address code review comments: remove perfect forwarding on FormatString template parameters. 5 years ago
Joe Burzinski 3041faffab Address code review comments: revert perfect forwarding on places that didn't need it, remove negative compilation unit test. 5 years ago
Joe Burzinski 30ee690401 Add support for FMT_STRING compile time checking. Add negative compilation unit test for compilers and c++ standard that support relaxed constexpr. 5 years ago
gabime 22a169bc31 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 5 years ago
Gabi Melman ac19803d03
Merge pull request #1571 from IIFE/filename-deadlock
fix deadlock on filename() call. Thanks @IIFE
5 years ago
IIFEgit 95485ee89b keep filename as it's public 5 years ago
gabime bc61f69058 Bump fmt version to 6.2.1 5 years ago
IIFEgit 0b86d6a451 fix deadlock on filename() call 5 years ago
gabime 0317731dc9 Fix #1569 5 years ago
Gabi Melman 3dedb52163
Merged again pr #1563 5 years ago
Gabi Melman ad393b83a2
Revert 01dac453db 5 years ago
Jaakko Rantala 03abdf49a0 Fixed ringbuffer_sink last_raw and last_formatted giving the first lim number of elements instead of last. 5 years ago
gabime 597e89efe3 clang-format 5 years ago
gabime 683e44f5f8 Use static fun instead of member 5 years ago
gabime 0b36d4e360 Fix #1540 5 years ago
Bruce Mitchener 559984b2fe Fix typos. 5 years ago
gabime 15066d1d37 clang-format 5 years ago
Gabi Melman 2170de8819
Update common.h 5 years ago
Gabi Melman 300ec667f6
Update common.h 5 years ago
Gabi Melman 348c4380d6
Fix #1535 5 years ago
gabime 42c466296a Fix #1527 again 5 years ago
Gabi Melman a9fcf9db47
Revert last commit 5 years ago
Gabi Melman f3b55fcab0
Fix #1527 5 years ago
gabime 81444265f4 clang-format 5 years ago
Ron Rechenmacher faaef7686d pass log_time param by value 5 years ago
Ron Rechenmacher 9e6f5b6b2d add single logger method and log_msg constructor and tests/test_time_point.cpp 5 years ago
gabime 394f79e9d3 small refactoring 5 years ago
gabime 7698bb0ae1 Bump fmt version to 6.2.0 5 years ago
Gabi Melman b9726ba66d
Update syslog_sink.h 5 years ago
Gabi Melman b20ffa7369
Fix #1523 5 years ago
gabime 8bc1ca0e44 clang-format 5 years ago
gabime d38bd138cd Micro optimze pattern-formatter when padding not needed 5 years ago
gabime 7766bc25d1 Updated fmt_helper::pad2() 5 years ago
gabime 619849c793 fixed comment 5 years ago
gabime 927b2b3942 Fixed conversion warnings 5 years ago
gabime 76389e057f Optimize fmt_helper::pad3() 5 years ago
gabime a8169a3d6b clang-format 5 years ago
gabime c16eb80d7f Fixed multiple clang-tidy warnings 5 years ago
gabime 490940cd53 Minor update to fmt_helper 5 years ago
gabime 92d27b0aa3 Minor update to fmt_helper 5 years ago
gabime ca9c83f824 Minor improvment to number padding 5 years ago
gabime e3257e56ab Fix #1480 5 years ago
Gabi Melman dd38e096b2
Fix issue #1486 6 years ago
Denis Blank 61408a0f29 Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
* Ref 033fe9f133
6 years ago
Gabi Melman da3f3da92c
Update win_eventlog_sink.h 6 years ago
gabime f0c35819bd Removed unneeded nullptr check 6 years ago
gabime ff616002cf Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 6 years ago
gabime e1c79869b6 Replaced more SPDLOG_THROW with throw_spdlog_ex 6 years ago
Gabi Melman bd43403f5a
Update fwd.h 6 years ago
gabime d3997cc4d1 Fix #1481 6 years ago
gabime 5b0b8579b2 Fix #1485 by removing SPDLOG_NO_NAME option 6 years ago
gabime c927de137c clang-format 6 years ago
gabime eb23d505f8 resolve issue #1483 6 years ago
Gabi Melman 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex 6 years ago
gabime 0a5ada6411 clang-format 6 years ago
gabime 963f8d3485 Fixed tests 6 years ago
Gabi Melman 60a8c5f1c9 Added padding support and set_pattern to custom_flags 6 years ago
Gabi Melman 752d5685dc Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman c6c517431f wip custom formatter flags 6 years ago
gabime d1819f5f76 clang-format 6 years ago
gabime 19c7e63858 Added final keywords to pattern_formatter classes 6 years ago
gabime 643426e2b2 Small refactor 6 years ago
gabime f31a834613 clang-format 6 years ago
gabime 683080be53 Fix clang-tidy warning 6 years ago
gabime d14b8a9ad6 Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump 6 years ago
ngugcx 02bfa0898c Do not fill blanks to align if there is only one line. 6 years ago
ngugcx f5313f92f1 Enhance to_hex like the unix command hexdump. 6 years ago
Gabi Melman e41a258b93
Update tcp_sink.h 6 years ago
Gabi Melman ffa85cda1a
Update tcp_sink.h 6 years ago
Gabi Melman 0123d41647
Update tcp_sink.h 6 years ago
Gabi Melman 2b0481deed
Always use SOCK_CLOEXEC in tcp client 6 years ago
Gabi Melman 1389f86675
Update tcp_client.h 6 years ago
Gabi Melman cf6bb88af2
Update tcp_client-windows.h 6 years ago
Gabi Melman 3b55709e7f tcp_sink windows impl 6 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
Gabi Melman 67561f97ec
Update argv.h 6 years ago
Gabi Melman b667bae65d
Update argv.h 6 years ago
Gabi Melman 06d0299639
version 1.6.0 rc 6 years ago
gabime efd73ac956 Merge remote-tracking branch 'origin/v1.x' into conf-env3 6 years ago
gabime b7d7334451 Renamed level loaders 6 years ago
gabime 8284865f9a Fix tidy warning 6 years ago
gabime 1f8b04cbd1 Fix tidy warning 6 years ago
gabime b3402a0b9f Fix tidy warning 6 years ago
gabime 4037959945 Fix tidy warning 6 years ago
gabime d7313a3274 Fix tidy warning 6 years ago
gabime 8302086942 Fixed tcp_client 6 years ago
Gabi Melman 0120dcc787
Update logger-inl.h 6 years ago
Steven Cartmell f999d879d5
fix: Break from loop on last iteration to resolve clang-tidy warning
The clang-tidy warning `clang-analyzer-cplusplus.Move` warns when a
moved from object is deferenced. This is triggered in spdlog because
clang-tidy fails to detect that the `logger:set_formatter` will only
move the unique_ptr on the last iteration of the loop, assuming that
`f->clone` may be called on it afterwards.

To fix, add a break statement after moving the pointer (on the last
iteration) to let clang-tidy know the logger pointer is not used after
this point.
6 years ago
gabime e696978d11 Renamed function name 6 years ago
gabime fbf2e942a9 Allow "err" when converting string to level 6 years ago
gabime c10be7eaec merge with v1.x 6 years ago
gabime 05ecad4263 Use windows_include in os-inl.h 6 years ago
Gabi Melman 4cdb159ccb
Update spdlog.h 6 years ago
Gabi Melman fccb25586f
Update spdlog.h 6 years ago
Gabi Melman ab2f3307eb
Update spdlog.h 6 years ago
Gabi Melman db26a103d6
Update spdlog.h 6 years ago
Gabi Melman 32902f79ad
Merge pull request #1453 from david-bodor-at-craftunique/v1.x
only include windows.h when it's unavoidable
6 years ago
Dávid Bodor fab33dd230 refactor: extract windows.h include to details/windows_include.h 6 years ago
Dávid Bodor 6e763d2776 only include windows.h when it's unavoidable 6 years ago
gabime c71b433a35 clang-format 6 years ago
gabime 0b91d55269 Refactored tcp_client_sink 6 years ago
gabime 9f41903067 Refactored tcp_client_sink 6 years ago
gabime 64de8807e2 Fix #1452 6 years ago
gabime 3848cbe24a Fix #1452 6 years ago
Crunkle d38d53d9dd Fix Win32 event log sink 6 years ago
gabime 4b7c05903b optimize wincolor_sink to use array instead of map to find color codes 6 years ago
gabime 695912c7cf Optimize ansicolor_sink to use array instead of map to find color codes 6 years ago
gabime d4fd17f64f Fixed #1439 6 years ago
Gabi Melman 76d94e69ae
Fix #1439 6 years ago
Gabi Melman 0f42744f5c
Update rotating_file_sink-inl.h 6 years ago
tt4g 0cf1af5bbf Avoid references to race data filename 6 years ago
Gabi Melman a343328a21
Update rotating_file_sink-inl.h 6 years ago
Gabi Melman 53a56b82af
Update rotating_file_sink-inl.h 6 years ago
Gabi Melman 64dd4dc219
Update rotating_file_sink-inl.h 6 years ago
Gabi Melman 9e9da42c64
Update rotating_file_sink.h 6 years ago
tt4g 0778211116 Add critical section to filename function of each file sink 6 years ago
Gabi Melman 574563d711
Update tcp_sink.h 6 years ago
dominicpoeschko eef981e05f
Handling SPDLOG_PREVENT_CHILD_FD in tcp_sink
Adding SOCK_CLOEXEC to socket

Fixing bug in sink_it_ (bytes_sent not added to buffer)
6 years ago
gabime 9f24f4bc69 revert last commit 6 years ago
gabime 5da9818676 updated member name in win eventlog sink 6 years ago
gabime ff59b07986 Update tcp_sink.h 6 years ago
gabime 1b6d4fd277 Update tcp_sink.h 6 years ago
gabime 7b19890deb Update tcp_sink.h 6 years ago
gabime 5370443ece clang-format 6 years ago
gabime ad4fb1cf84 Fixed tcp sink 6 years ago
gabime 7f8169f0da Fixed tcp_sink to accept hostnames 6 years ago
gabime 66e8652862 Fix tcp_sink 6 years ago
gabime 05cbdbc1ef moved tcp sink to sinks 6 years ago
Vyacheslav d96d8c49ac
Code Style naming 6 years ago
Vyacheslav 4bb623a0a3
removed unneccessary namespace std 6 years ago
Vyacheslav 3aa94a0997
Added send function verification + licence 6 years ago
Vyacheslav ccad4ae04f
Resolve modification requests 6 years ago
v.reshetnikov 346b9ae5a1 tcp_sink implementation for fluentbit 6 years ago
Gabi Melman e278953191 Update win_eventlog_sink.h 6 years ago
Gabi Melman 573ddf8aec
Merge pull request #1424 from dominicpoeschko/patch-2
adding additional log overload to prevent unnecessary fmt::format
6 years ago
gabime 4f32243214 Update comment 6 years ago
gabime 601bdfb1b4 Minor cleanup 6 years ago