Commit Graph

799 Commits

Author SHA1 Message Date
gabime 0284a23d0a Changed sink_it_ to accept const log_message& 2019-08-22 19:57:59 +03:00
gabime 7e728869cc comment 2019-08-22 19:48:11 +03:00
gabime a19d93e1a2 brace initialize some ctors 2019-08-22 19:45:32 +03:00
gabime 5aefa1af3d Fixed clang-tidy warnings 2019-08-22 19:40:45 +03:00
gabime f1718fb5b3 clang-format 2019-08-22 19:38:00 +03:00
gabime 6b527a50dd backtrace sink and refactoring 2019-08-22 19:36:47 +03:00
gabime 74df115fc1 Removed uneeded include 2019-08-22 00:59:16 +03:00
AMS21 c4df94a1d9
Fix Wundef in os-inl.h 2019-08-19 20:50:46 +00:00
gabime c1a524a969 Fixed clang-tidy warnings 2019-08-19 12:20:37 +03:00
gabime 23807e12e8 Fixed throw macros and includes 2019-08-19 12:13:37 +03:00
gabime b057b979fa Added missing include 2019-08-19 12:03:58 +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
gabime db1babab5e Fixed some msvc code analysis warnings 2019-08-18 18:28:13 +03:00
gabime 01eb59ca9b Removed spdlog::default_level and its usage in registry 2019-08-16 19:04:49 +03:00
gabime dcd590b9de fstat64(..) -> ::fstat64(..) 2019-08-07 00:59:29 +03:00
Gabi Melman e0cf16b7e9
Fix #1168 2019-07-24 08:49:59 -04:00
AMS21 9966a6a4b7
Fix use old style cast 2019-07-22 20:35:30 +00:00
gabime 4b0267910c Refactored padding handling in formatter using templates 2019-07-15 01:17:22 +03:00
gabime 54456aee9e Refactored padding handling in formatter using templates 2019-07-15 01:16:57 +03:00
gabime 2512ac1e3c Added const qualifier to padinfo 2019-07-14 14:31:55 +03:00
PeterTh ac7821f9bf Prevent NEAR and FAR macro definitions from leaking on Windows platforms 2019-07-10 16:54:40 +02:00
gabime 5f27697198 clang-format 2019-07-10 02:42:47 +03:00
gabime db103ff340 Replaced passing time by val istead of ref in helper 2019-07-10 01:42:43 +03:00
gabime c27a4ee61f Added elapsed flag to formatter 2019-07-10 01:35:22 +03:00
Charles Milette 9e602a491b
Silence narrowing warning 2019-06-30 21:43:28 -04:00
Charles Milette f529afa625
Use stack allocated space when possible 2019-06-30 21:34:19 -04:00
Charles Milette 3bcd3cef2f
Fix deprecation warnings in filename_to_str 2019-06-30 19:12:16 -04:00
gabime 94c2810b0a Reduced max padding 128=>64 2019-06-28 01:41:11 +03:00
gabime 220608e52a clang-format 2019-06-19 18:31:21 +03:00
gabime 06fb5c7c69 Close issue #1113 2019-06-19 18:30:50 +03:00
gabime 78c833a09f clang-format 2019-06-18 17:05:27 +03:00
gabime 99e519cf0f Simplify color sinks 2019-06-18 12:32:51 +03:00
gabime db5af8ead1 clang-format 2019-06-14 00:23:51 +03:00
gabime c09dee7717 Moved source filename shortening to pattern formatter instead of macro 2019-06-14 00:23:25 +03:00
gabime 33a42202c7 Replace string pointer with string_view in log_msg 2019-06-04 16:10:49 +03:00
gabime c1b39eb2ce Fix circular include 2019-06-04 15:38:26 +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 c35f33e61a Fixed clang warning about size_t indexing 2019-06-03 23:24:57 +03:00
gabime 38f6b5ea71 Keep clang-tidy happy 2019-06-03 22:49:21 +03:00
gabime c000a6164c Removed unused member from log_msg 2019-06-03 22:20:46 +03:00
gabime 9329f8d3cd Merge v1.x 2019-05-24 12:46:20 +03:00
gabime 884c23a9c9 Merge v1.x 2019-05-24 12:44:51 +03:00
gabime ce637440bb wip static-lib 2019-05-13 00:09:00 +03:00
gabime 61e4597488 Removed include of fmt_helper from thrad_pool.h 2019-05-13 00:02:55 +03:00
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 2019-05-12 00:22:39 +03:00
gabime 46ef71e3ec Normalized copyright message 2019-05-11 20:06:17 +03:00
gabime 9564eb2edb Moved cpp files to inl.h 2019-05-11 13:19:53 +03:00
Gabi Melman 14381fe8d0
Update os.h 2019-05-11 03:05:22 +03:00
gabime 1ac6c9f9c2 clang-format static-lib 2019-05-08 17:17:11 +03:00
gabime 5d0eb6dda5 wip static-lib 2019-05-08 17:16:56 +03:00
gabime 69fcaf14e5 wip static-lib 2019-04-27 18:44:48 +03:00
gabime 2de924a187 clang-format 2019-04-27 02:34:50 +03:00
gabime c1c2ff2d07 wip 2019-04-27 02:33:33 +03:00
gabime ff89f1476d Restored error_handler as std::function 2019-04-26 18:14:59 +03:00
gabime c1c6e6265c Fixed header only build 2019-04-09 16:42:44 +03:00
gabime 215b6aea95 file_helper.cpp and filename_t fix 2019-04-06 13:45:33 +03:00
gabime 4dd1a24d0b wip static lib 2019-04-06 01:25:33 +03:00
gabime c69c49047b wip static lib 2019-04-06 00:15:14 +03:00
gabime 2aceb13f3e fix support for utf8 logging under win32 2019-04-05 23:34:55 +03:00
gabime 17f9cdd401 static lib wip 2019-04-05 23:05:46 +03:00
gabime 156b856a80 static lib wip 2019-04-05 16:57:49 +03:00
gabime e2e3df9013 static lib wip 2019-04-05 16:44:17 +03:00
gabime ef8773a89b Moved logger_impl back into logger.h 2019-04-05 13:26:33 +03:00
DanielChabrowski a6229d9e87 Remove pointless log with enable_if 2019-02-06 05:24:25 +01:00
scribam 1798a1fa12
Update log_msg.h
`SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
2019-01-17 00:23:06 +01:00
possiblyhuman 32420b77c8 Reduced amount of macros used.
Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX.
2019-01-09 21:15:19 +00:00
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support. 2019-01-08 22:52:40 +00:00
Ben Ridder fb702f989f Fix typo in file_helper.h
* "extenstion" -> "extension"
2019-01-08 10:09:11 -08:00
gabime 452ba76507 Fixed conversion warnings 2019-01-08 17:31:46 +02:00
Jerome Meyer ce8cf1e152 Fix typos 2018-12-06 16:06:01 -05:00
David P. Sicilia 63a475d88c Do not attempt to default operator= when it is implicitly deleted 2018-11-27 20:23:51 -05:00
Adi Lester 247c4e55e7
Update os.h 2018-11-27 14:39:41 +02:00
Adi Lester 26d7c27bee
Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines
For some reason, `_fstat64` fails with errno 22 on Windows Server 2003 x64 when compiled using the `v141_xp` toolset.
Using `_filelengthi64` instead solves this issue
2018-11-27 14:16:25 +02:00
Gabi Melman b492642282
Update fmt_helper.h 2018-11-27 11:37:09 +02:00
gabime 4ba19821ce Fixed compilation for vs2013 2018-11-25 10:54:06 +02:00
gabime 92921f767e clang-format 2018-11-25 00:44:51 +02:00
gabime 0ce670e45a Store level names as string_views 2018-11-25 00:36:14 +02:00
gabime 2671b48a6c Minor performance fix in full formatter 2018-11-24 23:57:39 +02:00
gabime 382478259f Fix compilation for msvc 2015 2018-11-24 18:27:27 +02:00
gabime e3c333be47 pattern_formatter - padding_info small refactor 2018-11-24 18:21:25 +02:00
gabime a16ff07a06 Show source location if present in default formatter 2018-11-24 18:00:56 +02:00
gabime 3218caf34a Added some comments 2018-11-24 17:34:33 +02:00
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. 2018-11-24 17:08:13 +02:00
Gabi Melman 1293af093c
call flush_() instead of flush() from looger::sink_it_() 2018-11-24 11:11:03 +02:00
gabime 521b0733d4 Support for source location in async loggers 2018-11-22 19:17:41 +02:00
gabime a31719b546 clang-format 2018-11-22 18:49:14 +02:00
gabime f2305fe5bf Support for source file/line logging 2018-11-22 18:47:50 +02:00
gabime 50648553cf clang-format 2018-11-21 16:02:02 +02:00
gabime 70d03fd9c3 Minor optimization 2018-11-21 16:01:28 +02:00
gabime fb1a3a3a12 Micro optimized some formatter flags 2018-11-20 15:40:51 +02:00
Daniel Chabrowski e751461ff1 Fix template error 2018-11-19 18:59:17 +01:00
Daniel Chabrowski 6232ec78f7 Change count_digits to depend on template param, not size_t 2018-11-19 18:34:52 +01:00
Daniel Chabrowski f09d0f2301 Add helper for count_digits 2018-11-19 18:12:50 +01:00
Daniel Chabrowski 14a071c478 Fix osx build 2018-11-19 02:54:02 +01:00
gabime 7068c45115 Fixed issue #908 2018-11-16 13:28:34 +02:00
gabime 552416bda4 fmt_helper cleanup 2018-11-16 12:55:19 +02:00
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS 2018-11-15 16:42:42 +02:00
gabime 4a34cd0662 Optimized nano seconds formatting 2018-11-12 16:44:34 +02:00