Commit Graph

205 Commits (a358a38b841b6ad9726b2cceaea12b696bbf035d)

Author SHA1 Message Date
gabime 0fa09f6af4 Removed dead clode
6 years ago
gabime 011ed270e8 backtrace support for wchar api under windows
6 years ago
gabime 408a162044 Removed logger::clone() from API
6 years ago
gabime e1be7f3d6f Refactoring to better support backtrace
6 years ago
gabime 04a8485b17 Replaced backtace implementation
6 years ago
gabime f3e379cf78 Fixed async dump_backtrace
6 years ago
gabime 099137fe9a backtrace_sink code cleanup
6 years ago
gabime a7f7984c4a backtrace support api
6 years ago
gabime dd33c16aae Replace backtrace trigger with dump_backtrace()
6 years ago
gabime 8d8aacf5e9 Protect from double call to enable_backtrace()
6 years ago
gabime a6d8b52686 Added enable_backtrace to spdlog_api
6 years ago
gabime 0284a23d0a Changed sink_it_ to accept const log_message&
6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined
6 years ago
gabime 6506b73523 Add noexcept to move ctor and operator=
6 years ago
gabime 01eb59ca9b Removed spdlog::default_level and its usage in registry
6 years ago
gabime ffb7c317b5 Fix #1176 again
6 years ago
Gabi Melman bb7420fc22
Update logger.h
6 years ago
gabime 0df9164e7c Fix #1176
6 years ago
Charles Milette eb51f37c67
Fix ambiguous overload errors
6 years ago
Charles Milette 4ef4d0659d
Improve correctness of convertion checks
6 years ago
Charles Milette 2ce9a3f70f
Add overload to logger when T can be statically converted to wstring_view_t
6 years ago
gabime a7ba6e447d clang-format
6 years ago
gabime 3c30f77d31 limit default error handler to 1 message/second to avoid flood
6 years ago
gabime bcb6484062 Removed redundant include statements
6 years ago
gabime 11472eddbc Catch sink exceptions without affecting other sinks
6 years ago
gabime 8d758add63 Relace remaining const char* with string_view_t in the API
6 years ago
Matthias Moulin 5a7bcd0a4f
Update logger.h
6 years ago
Charles Milette f529afa625
Use stack allocated space when possible
6 years ago
Charles Milette 3bcd3cef2f
Fix deprecation warnings in filename_to_str
6 years ago
gabime 74e2aa9c66 Micoro optimize macros
6 years ago
gabime 78c833a09f clang-format
6 years ago
gabime 09cb45001b Added copy ctor and assignment to logger
6 years ago
gabime 33a42202c7 Replace string pointer with string_view in log_msg
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime 38f6b5ea71 Keep clang-tidy happy
6 years ago
gabime 52b6be0dfe Added logger ctor that accepts only name(empty logger)
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 005450ff13 wip
7 years ago
gabime 9564eb2edb Moved cpp files to inl.h
7 years ago
gabime 69fcaf14e5 wip static-lib
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime c1c2ff2d07 wip
7 years ago
gabime ff89f1476d Restored error_handler as std::function
7 years ago
gabime 13db9d9452 Fix build
7 years ago
Gabi Melman 6bec53dcd2
Update logger.h
7 years ago
gabime bfbb4e4050 some err handler cleanup
7 years ago
gabime 2aceb13f3e fix support for utf8 logging under win32
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
gabime e2e3df9013 static lib wip
7 years ago
gabime ef8773a89b Moved logger_impl back into logger.h
7 years ago
DanielChabrowski a6229d9e87 Remove pointless log with enable_if
7 years ago
Jerome Meyer ce8cf1e152 Fix typos
7 years ago
gabime bd6d88b884 Removed uneeded locale include
7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info.
7 years ago
gabime a31719b546 clang-format
7 years ago
gabime f2305fe5bf Support for source file/line logging
7 years ago
gabime 9b5b4cd505 comment
7 years ago
gabime c5069135d7 Improved compile time level support
7 years ago
gabime 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL
7 years ago
gabime 240a58fd6e Fixed issue #881
7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t
7 years ago
gabime 1bdd556d3b code formatting
7 years ago
gabime 9daad800a8 Fix mingw compilation
7 years ago
gabime 8d2c956563 Optimize log(const T&) if can be statically converted to string_view
7 years ago
gabime 0584d6d89b Removed logn declaration
7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy
7 years ago
gabime 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests
7 years ago
gabime 2fa538779f Fixed static_assert
7 years ago
gabime b7a6659451 code formatting
7 years ago
gabime 102c31a04c Accecpt iterators by value in logger ctor insted of ref
7 years ago
gabime 8b42b7d269 Fix support for wchar to utf8 under windows (fix issue #851 and #764)
7 years ago
gabime a06d32ae19 Fixed clang-tidy warnings
7 years ago
gabime 5d7845c138 Added "clone()" support to loggers
7 years ago
gabime 91d8869f36 Added "clone()" support to loggers
7 years ago
gabime 33329c80a9 code formatting
7 years ago
gabime 693103af9c support set_formatter in spdlog.h
7 years ago
gabime 9e4925eff0 clang format
7 years ago
gabime ddb3002bc1 Added non const sinks() function to support addition/removal of sinks from existing logger
7 years ago
gabime 9df2bd256e Changed some functions to accept strings instead of ref to strings for better semantics
7 years ago
gabime c2a49080aa Refactored sink interface and base_sink
7 years ago
gabime 16ee72da7c clang format
7 years ago
gabime 81f29a9a7a Fixed wchar support in messages
7 years ago
gabime 4f1ce9189f Fixed issue #747
7 years ago
gabime 775e410b00 Fixed issue #747
7 years ago
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support
7 years ago
Gabi Melman 3ebdb2fd8b
Update logger.h
7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching
7 years ago
gabime a21594bec7 move underscores to the end of private members
7 years ago
gabime caa26a2a47 Normalized spdlog include paths
8 years ago
gabime c962c88342 Fixed linux port of v1.x
8 years ago
gabime 11e068d7a3 Added missing #include
8 years ago
gabime 6f4cd8d397 thread_pool and refactoring async
8 years ago
gabime 7eb6ca6337 formatting
8 years ago
Gabi Melman fe8a519434
Update logger.h
8 years ago
gabime 4445f6f869 formatting
8 years ago
gabime 5afb5dc782 Changed clang formatting for templates
8 years ago
gabime a2653d409f clang-format
8 years ago
Daniel Chabrowski 5355bd3a8f readability-named-parameter
8 years ago
Daniel Chabrowski 9ce66f2c9a modernize-pass-by-value
8 years ago