Commit Graph

  • 3eb6a6d61c pass dsn as string_view_t Kirill Bogomazov 2022-12-23 16:08:53 +0200
  • 9fcee563ed
    Merge pull request #1 from kirill-nn/sentry-integration Kirill 2022-12-23 15:52:12 +0200
  • 317789946d added sentry_sink to push events with breadcrumb Kirill Bogomazov 2022-12-23 15:45:20 +0200
  • 882cee1285 scrambling key and value to escape ascii codes Bailey Chittle 2022-12-22 15:17:23 -0500
  • be5cc44bbf fixed bugs with default formatting Bailey Chittle 2022-12-22 13:48:53 -0500
  • 2d79f7a1b3 multiple kv pairs can be passed via initializer list Bailey Chittle 2022-12-22 12:19:24 -0500
  • 98958cf765 attributes can simulate structured logging, show example. Now works with pattern_formatter Bailey Chittle 2022-12-22 12:05:23 -0500
  • 6c16b6ce5c attribute example for testing purposes Bailey Chittle 2022-12-22 11:25:56 -0500
  • 07abdc6453 more cleanup of unneeded code, needed to revert cmake standard to get this to work Bailey Chittle 2022-12-22 11:17:22 -0500
  • 301ab18822 formats log messages (at least for default) Bailey Chittle 2022-12-22 11:01:39 -0500
  • 1eec41f406 forgot the things Bailey Chittle 2022-12-22 10:50:16 -0500
  • 0ca869ea30 attributes passed to root API Bailey Chittle 2022-12-22 10:43:08 -0500
  • 9ab32d7d27 some bug fixes to attribute fork to get compilation working Bailey Chittle 2022-12-21 15:25:01 -0500
  • 0c2f55e9ac
    Fix end line #2579 mariuszmaximus 2022-12-16 14:22:11 +0100
  • edc51df1bd
    Feature/add system includes option (#2575) Darby Payne 2022-12-11 00:58:02 -0800
  • 0effb9ae8f Adding system includes option #2575 dpayne 2022-12-11 00:15:05 -0800
  • 3f7a3a860e Adding system includes option dpayne 2022-12-11 00:09:53 -0800
  • ff88b13c35
    Fixed variable name (#2573) NaDDu 2022-12-10 07:28:28 +0900
  • dd0d0f68c4
    Added compile mscv_sink.h to tests Gabi Melman 2022-12-10 00:25:31 +0200
  • af1702af52 Changed the variable name from check_debbugger_present_ to check_debugger_present_. #2573 cpp 2022-12-09 18:07:59 +0900
  • 8512000f36
    Unnecessary backtrace begin/end logs (#2568) György Katona 2022-12-09 09:25:17 +0100
  • 76cc50e068 fixed variable name cpp 2022-12-09 16:32:51 +0900
  • aa4e4c9c91 experimenting with attributes Alex Denisov 2022-12-06 09:45:06 -0500
  • f6fd4c426e add unit test to check empty tracer #2568 Gyorgy Katona 2022-12-05 11:18:29 +0100
  • 154d6d0578 add empty getter function to tracer Gyorgy Katona 2022-12-05 10:32:35 +0100
  • f0cd9d1530
    dup_filter_sink adds parameters to enable setting the level of skipped logs (#2563) zydxhs 2022-12-02 15:51:34 +0800
  • b8a64c05e9 rename the param name 'level' to 'notification_level' #2563 zhuyadong 2022-12-02 02:17:10 +0000
  • 784c94f7a3 dup_filter_sink adds parameters to enable setting the level of skipped logs zhuyadong 2022-12-01 08:05:11 +0000
  • 50e8b2d982
    fix dup_filter_sink lose source_loc (#2549) zydxhs 2022-11-22 15:38:01 +0800
  • d19e0632d0 fix dup_filter_sink lose source_loc #2549 zhuyadong 2022-11-22 06:22:02 +0000
  • 4f80077339
    Support compile-time format string checking with std::format (#2544) Charles Milette 2022-11-12 16:07:11 -0500
  • 2cca4330cc Appender doesn't work on wide strings #2544 Charles Milette 2022-11-11 22:42:18 -0500
  • dec4c73eac Also add inline on VS 2013 Charles Milette 2022-11-11 21:39:52 -0500
  • 4e9ad6960d Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11 Charles Milette 2022-11-11 21:31:05 -0500
  • 90dc3f1ef0 Move to_string_view to common.h Charles Milette 2022-11-11 21:27:35 -0500
  • da3d81a800 Bring back fmt optimization Charles Milette 2022-11-11 21:16:36 -0500
  • c5a09ebc49
    Update #include to deprecated fmt header (#2545) Romain Pokrzywka 2022-11-11 18:47:51 -0600
  • 199c7a5f85 Update #include to deprecated fmt header #2545 Romain Pokrzywka 2022-11-11 22:25:56 +0000
  • 5a15ec5781 What am I doing Charles Milette 2022-11-11 00:11:54 -0500
  • 1c06eacc01 Fix compilation without wchar_t support Charles Milette 2022-11-11 00:07:01 -0500
  • 17f441e43c Fix pre-VS 17.5 compilation Charles Milette 2022-11-11 00:01:41 -0500
  • 127f55dc1e Support compile-time format string checking with std::format Charles Milette 2022-11-10 23:26:08 -0500
  • d7de159455
    Fix undefined macro `FMT_STRING` in benchmark when using `std::format` (#2540) Sprite 2022-11-08 17:01:27 +0800
  • f11ac2997f Fix undefined macro `FMT_STRING` in benchmark when using `std::format` #2540 Sprite 2022-11-08 15:17:57 +0800
  • 18495bf25d
    Bundle fmt 9.1.0's std.h, and provide a header to include either it or the external fmt's version (#2539) Eli Boyarski 2022-11-08 01:14:01 +0200
  • 91a23ccb02
    Bundle fmt 9.1.0's std.h, and provide a header to include either it or the external fmt's version #2539 Eli Boyarski 2022-11-07 23:30:52 +0200
  • ad0e89cbfb
    Version 1.11.0 v1.11.0 Gabi Melman 2022-11-02 23:13:08 +0200
  • 6a9d561671
    Update ci.yml Gabi Melman 2022-11-01 17:17:29 +0200
  • 545c301877
    Update ci.yml Gabi Melman 2022-11-01 17:13:35 +0200
  • 7aa00607ea
    chrono.h: Remove warning suppression Gabi Melman 2022-11-01 14:46:39 +0200
  • bd5a81df70 Check IsDebuggerPresent in msvc_sink before doing work. Fix #2408 gabime 2022-11-01 00:52:39 +0200
  • 4accce5d7b Try again fixing fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-11-01 00:07:46 +0200
  • 4d7308f26d Fixed msvc warning C4800 in win_eventlog_sink gabime 2022-11-01 00:01:19 +0200
  • 678a79c0be Fixed syntax error from prev commit gabime 2022-10-31 23:51:48 +0200
  • fbba6dff20 Fix #2431 gabime 2022-10-31 23:23:57 +0200
  • fdb1f5926e Fix fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined gabime 2022-10-31 22:56:29 +0200
  • b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead gabime 2022-10-31 22:51:41 +0200
  • 6c975fa13b Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:43:38 +0200
  • c627c66560 Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(buf) gabime 2022-10-31 18:26:07 +0200
  • 130ff0c8db enable the ostream formatting for backward compatibility with fmt 8.x gabime 2022-10-31 18:15:43 +0200
  • 31d6935b97 updated readme gabime 2022-10-31 18:12:47 +0200
  • 14a29c03eb suppress warning 4307 when including format-inline.h under msvc 2017 gabime 2022-10-31 17:47:12 +0200
  • a7e2bf161e Update user defined type example gabime 2022-10-31 17:35:24 +0200
  • 070dd181df clang format gabime 2022-10-31 17:09:45 +0200
  • 7147da468f Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2022-10-31 17:04:20 +0200
  • 9125bda301 suppress "integral constant overflow" warning under msvc 2017 gabime 2022-10-31 17:03:53 +0200
  • a4743370e2
    Update appveyor.yml Gabi Melman 2022-10-31 15:39:01 +0200
  • 867df8cf87
    Update appveyor.yml Gabi Melman 2022-10-31 15:10:51 +0200
  • 8a0b2231b1 Renamed bench name gabime 2022-10-31 14:01:38 +0200
  • 3499dfeeb4 Bump bundled fmtlib to version 1.9.1 gabime 2022-10-31 13:47:47 +0200
  • 3c0e036cc9
    Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x (#2517) 刘耘呈 2022-10-20 07:11:16 +0800
  • bced424855
    Merge pull request #2519 from sandorzm/v1.x Gabi Melman 2022-10-19 22:37:29 +0300
  • 5fba2867f5 Change mongocxx::exception handler to std::exception #2519 Sandor Magyar 2022-10-19 14:02:21 -0400
  • b5d361fc21 clang-format mongo_sink.h Sandor Magyar 2022-10-19 10:08:54 -0400
  • 0674e79066 Improve arg passing and exceptions in mongo_sink Sandor Magyar 2022-10-19 09:53:33 -0400
  • 5f67ef4d6f Remove pointless try block in mongo_sink Sandor Magyar 2022-10-18 20:25:32 -0400
  • 1bb1f05d73 Adjust MongoCXX instance handling in mongo_sink Sandor Magyar 2022-10-18 20:13:17 -0400
  • 77429b2e2e
    Merge pull request #2515 from puneetmatharu/v1.x Gabi Melman 2022-10-18 13:19:13 +0300
  • 930319633d Simplify predicates in #2517 for fmtlib 9.1.x macros and the MSVC compiler and wchar filename support macros #2517 YunchengLiu 2022-10-18 09:31:16 +0800
  • a3c47cc682 Don't force Mongo sink to own MongoCXX instance Sandor Magyar 2022-10-17 17:32:08 -0400
  • 0145223be1 Add numerical level to Mongo sink for easier queries Sandor Magyar 2022-10-17 16:15:23 -0400
  • f3b61c70ba Catch exception by reference to fix -Wcatch-value warning Sandor Magyar 2022-10-17 16:04:49 -0400
  • 473726d2e5 Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x 刘耘呈 2022-10-17 23:16:51 +0800
  • 115fdc8047 Use 'SPDLOG_FMT_RUNTIME' to fix compilation error when compiled with MSVC and fmt(9.1.x or later) #2516 YunchengLiu 2022-10-17 21:31:54 +0800
  • 7768c6271c Export targets to build directory so that it can be found at configure time. #2515 Puneet Matharu 2022-10-17 10:02:14 +0100
  • d011332616
    Merge pull request #2509 from kin4stat/v1.x Gabi Melman 2022-10-15 00:41:16 +0300
  • 93b9132b0a Replace iterator difference with std::distance #2509 Daniil 2022-10-13 08:25:16 +0300
  • 66713e6c55
    Update rotating_file_sink-inl.h #2506 Andy 2022-10-12 13:47:04 +0800
  • 3695911090
    Update rotating_file_sink.h Andy 2022-10-12 13:43:51 +0800
  • 479ebdd6d1
    Update common.h Andy 2022-10-12 13:38:39 +0800
  • be65b8ef4f Added support for log-overrun-policy in async_logger wait() #2505 shifu-dev 2022-10-11 19:25:29 +0530
  • 234f4595b2 Added example for async_logger thread-block api shifu-dev 2022-10-11 16:27:50 +0530
  • 6eb241f9e5 Added thread-block support in async_logger, to wait for logs to finish shifu-dev 2022-10-11 16:26:46 +0530
  • 8f0c60f753 Fixes for log file rotation #2503 Eddy Pronk 2022-10-06 14:52:58 +1100
  • 78bd4eb493 Tests for log file rotation Eddy Pronk 2022-10-06 16:33:57 +1100
  • 936697e5b1
    Merge pull request #2500 from offa/ghactions_ci Gabi Melman 2022-10-03 18:52:35 +0300
  • cf6cdc5ba6 Replace Travis CI Badge with Github Actions #2500 offa 2022-10-03 16:04:40 +0200
  • ec81b321c2 Remove .travis.yml offa 2022-09-29 20:29:40 +0200
  • 23fce5ffaa Migrate to Github Actions CI offa 2022-09-29 20:29:40 +0200
  • 7fa59cf555
    Merge pull request #2498 from offa/gcc12_workaround Gabi Melman 2022-09-30 17:12:26 +0300