Commit Graph

38 Commits

Author SHA1 Message Date
gabime 27cc76766c Avoid un necessary move when popping circular_q 2019-09-17 12:01:15 +03:00
gabime d52cf87d71 Avoid un necessary move when popping circular_q 2019-09-17 11:56:17 +03:00
Gabi Melman 68118f4233
Update daily_file_sink.h 2019-09-15 21:50:29 +03:00
gabime 5d46f3fcab Fix windows build 2019-09-15 18:44:45 +03:00
gabime 494cc8bace Implemented daily sink rotation #661 2019-09-15 18:34:29 +03:00
gabime 5c2855e1c1 wip backtracer 2019-09-05 01:25:00 +03:00
gabime e754cbf763 Update daily_file_sink.h 2019-09-02 12:55:05 +03:00
gabime 5988895d69 Simplify daily sink filename creation 2019-09-02 12:40:47 +03:00
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
gabime f1718fb5b3 clang-format 2019-08-22 19:38:00 +03:00
gabime 23807e12e8 Fixed throw macros and includes 2019-08-19 12:13:37 +03:00
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 2019-08-19 11:31:33 +03:00
gabime b0a25f0183 wip - no-exceptions support 2019-08-18 19:46:28 +03:00
Shintaro Seki 54e44ab477 Fix one more `msg.time`. 2019-07-01 19:04:37 +09:00
Shintaro Seki 7ffa0766b4 Fix rotation condition when SPDLOG_NO_DATETIME is defined.
When SPDLOG_NO_DATETIME is defined, the rotation was never worked
because `msg.time` is always zero.
2019-07-01 16:22:56 +09:00
gabime 29f2eeea31 Removed formatter_ member from the sink interface 2019-06-27 23:56:37 +03:00
gabime bcfa9241b8 Updated copyright headers 2019-06-04 00:09:16 +03:00
gabime eea9d6136f Moved default sync factory to seperate file to avoid cyclic includes 2019-06-03 23:56:18 +03:00
gabime 78eeba940a Fix issue #114 2019-06-03 23:20:53 +03:00
gabime d5c9bac3c7 wip static-lib 2019-05-12 23:08:14 +03:00
gabime 46ef71e3ec Normalized copyright message 2019-05-11 20:06:17 +03:00
Mark Niebur 6e2dadc63a Add method to filesinks to return filename 2019-01-23 11:35:55 -07:00
gabime 23fdc0eae4 Fixed issue #959 2019-01-17 17:09:35 +02:00
Ben Ridder fb702f989f Fix typo in file_helper.h
* "extenstion" -> "extension"
2019-01-08 10:09:11 -08:00
gabime b368d18b0f Added default logger API 2018-10-12 03:04:55 +03:00
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final 2018-09-26 14:33:37 +03:00
gabime 01e05a4495 clang format 2018-08-05 00:35:32 +03:00
slapenko 34ada56f5d Refactoring. Rid of open_file for clarity 2018-08-02 07:27:49 -05:00
slapenko 64521005ab We can control should daily_file_sink truncate an underlying file or not 2018-08-01 22:58:15 -05:00
gabime 9e4925eff0 clang format 2018-07-21 23:48:07 +03:00
gabime c2a49080aa Refactored sink interface and base_sink 2018-07-14 16:21:53 +03:00
gabime 7d40244a89 Fixed issue #726 and changed default filename calculator to dateonly 2018-07-13 01:44:29 +03:00
gabime 0c19bdd772 pattern per sink and pattern caching 2018-06-24 01:32:39 +03:00
gabime cdbf2e361b Upgrade to fmt 5.x 2018-06-12 18:48:22 +03:00
gabime a21594bec7 move underscores to the end of private members 2018-06-10 22:59:17 +03:00
gabime 7db5b56dd7 Removed unneeded include 2018-04-29 01:38:21 +03:00
gabime 3c7103d90d Format 2018-04-29 01:36:45 +03:00
gabime d389bda2cc moved file sinks sinks folder 2018-04-29 01:26:10 +03:00