Commit Graph

195 Commits (ab2f3307eb3233bfcf2d2e3d2b3d043aad9226c6)

Author SHA1 Message Date
Gabi Melman ab2f3307eb
Update spdlog.h
6 years ago
Gabi Melman db26a103d6
Update spdlog.h
6 years ago
Zhi Sun e8f7f80f2b Remove redundant semicolon
6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
6 years ago
gabime cae6c9ab36 Removed lazy argument evaluation from macros
6 years ago
Paul Kunysch eb4a169cfb Improve log macros
6 years ago
Florian Pigorsch 4aad51a352 Fix some spelling errors.
6 years ago
gabime 9a0a0c2d8c clang-format
6 years ago
gabime 9369fe8c27 Fix #1262
6 years ago
gabime bd9e1475e2 clang-format
6 years ago
gabime 65d02e495e Reverted the version() function
6 years ago
gabime 7f0398ca25 Added version() function
6 years ago
Zhiyuan "Jerry" Ma aa731e3297
Remove extra semicolon
6 years ago
gabime 408a162044 Removed logger::clone() from API
6 years ago
gabime e1be7f3d6f Refactoring to better support backtrace
6 years ago
gabime a7f7984c4a backtrace support api
6 years ago
gabime dd33c16aae Replace backtrace trigger with dump_backtrace()
6 years ago
gabime a6d8b52686 Added enable_backtrace to spdlog_api
6 years ago
Charles Milette 59cbdaaf49
Add more source_loc overloads in spdlog namespace
6 years ago
Matthias Moulin ae92279f5c
Update spdlog.h
6 years ago
gabime 220608e52a clang-format
6 years ago
gabime 74e2aa9c66 Micoro optimize macros
6 years ago
gabime db5af8ead1 clang-format
6 years ago
gabime c09dee7717 Moved source filename shortening to pattern formatter instead of macro
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 d5c9bac3c7 wip static-lib
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime 96b7214ae2 fix common.h
7 years ago
gabime c69c49047b wip static lib
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
Daniel Binsmaier 631416d54a Fix missing ';' in log macros
7 years ago
Daniel Binsmaier d366a06461 Fix unexpected log macro expansion
7 years ago
gabime 90c912a5e2 wip lite
7 years ago
gabime 9219613957 Dont check level in macros (redundant)
7 years ago
tt4g eb478e38b2 Add spdlog::initialize_logger
7 years ago
gabime 57c3023881 Moved SPDLOG_FUNCTION define to common.h
7 years ago
gabime 4408e079ff Refactored log macros
7 years ago
gabime 2991057aef Add check log level before evaluating the logging macros
7 years ago
gabime 6b4fea39ab clang-format
7 years ago
possiblyhuman 32420b77c8 Reduced amount of macros used.
7 years ago
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support.
7 years ago
gabime 3da189f7c0 SPDLOG_TRACE to check log level before calling the logger
7 years ago
gabime ec3f2b76b0 Strip path from __FILE__ in SPDLOG_TRACE macros
7 years ago
gabime cff78f5833 Move logging macros outside the spdlog namespace
7 years ago
gabime 01583ef540 Clean macros
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