Commit Graph

193 Commits (695912c7cf1b3ce59401f73bd7b18a666a77cda6)

Author SHA1 Message Date
Zhi Sun e8f7f80f2b Remove redundant semicolon 6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
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.
casese -> cases (1)
chache -> cache (1)
cirucal -> circular (1)
dependecy -> dependency (1)
detrmine -> determine (2)
eavluate -> evaluate (1)
exertnal -> external (1)
ony -> only (1)
registation -> registration (3)
registring -> registering (2)
regsistration -> registration (3)
seperate -> separate (2)
wit -> with (1)
withe -> with (1)
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
... in macro SPDLOG_LOGGER_CALL
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 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime 96b7214ae2 fix common.h 6 years ago
gabime c69c49047b wip static lib 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
Daniel Binsmaier 631416d54a Fix missing ';' in log macros 6 years ago
Daniel Binsmaier d366a06461 Fix unexpected log macro expansion 6 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.
Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX.
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
gabime 50648553cf clang-format 7 years ago
gabime 0a8cce6984 comments 7 years ago