Commit Graph

28 Commits (2f854428bc43249ae1a8459c6aa5b4b74ff5cd75)

Author SHA1 Message Date
gabime 23807e12e8 Fixed throw macros and includes 6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 6 years ago
gabime b0a25f0183 wip - no-exceptions support 6 years ago
Shintaro Seki 54e44ab477 Fix one more `msg.time`. 6 years ago
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.
6 years ago
gabime 29f2eeea31 Removed formatter_ member from the sink interface 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime eea9d6136f Moved default sync factory to seperate file to avoid cyclic includes 6 years ago
gabime 78eeba940a Fix issue #114 6 years ago
gabime d5c9bac3c7 wip static-lib 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
Mark Niebur 6e2dadc63a Add method to filesinks to return filename 7 years ago
gabime 23fdc0eae4 Fixed issue #959 7 years ago
Ben Ridder fb702f989f Fix typo in file_helper.h
* "extenstion" -> "extension"
7 years ago
gabime b368d18b0f Added default logger API 7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final 7 years ago
gabime 01e05a4495 clang format 7 years ago
slapenko 34ada56f5d Refactoring. Rid of open_file for clarity 7 years ago
slapenko 64521005ab We can control should daily_file_sink truncate an underlying file or not 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago
gabime 7d40244a89 Fixed issue #726 and changed default filename calculator to dateonly 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime a21594bec7 move underscores to the end of private members 7 years ago
gabime 7db5b56dd7 Removed unneeded include 7 years ago
gabime 3c7103d90d Format 7 years ago
gabime d389bda2cc moved file sinks sinks folder 7 years ago