Commit Graph

1248 Commits (42e30468a9f97e9bc9a90ec8a3896543e67f92cc)

Author SHA1 Message Date
gabime 42e30468a9 added rotating_file_sink to static build
6 years ago
gabime 8b244ca988 Moved format.cpp into spdlog.cpp - this way only one src file is needed
6 years ago
gabime bb3dc87953 Fixed include order and example
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
6 years ago
gabime 540f865355 Normalized copyright message
6 years ago
gabime 46ef71e3ec Normalized copyright message
6 years ago
gabime 005450ff13 wip
6 years ago
gabime 9564eb2edb Moved cpp files to inl.h
6 years ago
gabime 49708f209b fix inclusion of fmt
6 years ago
Gabi Melman 14381fe8d0
Update os.h
6 years ago
gabime 17bec5c3ce Use fmt src file instead of inline in static lib build
6 years ago
gabime 2b90ab496a ansicolor_sink.cpp
6 years ago
gabime 6651a48c4d wip
7 years ago
gabime 1ac6c9f9c2 clang-format static-lib
7 years ago
gabime 5d0eb6dda5 wip static-lib
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 baefe0b3f6 wip
7 years ago
gabime 13db9d9452 Fix build
7 years ago
gabime c1c6e6265c Fixed header only build
7 years ago
gabime 215b6aea95 file_helper.cpp and filename_t fix
7 years ago
gabime 96b7214ae2 fix common.h
7 years ago
Gabi Melman 6bec53dcd2
Update logger.h
7 years ago
gabime 97f9cc4bc0 some cleanup
7 years ago
gabime 7ab6fd9db6 source_loc change line to int
7 years ago
gabime d12a858897 some cleanup
7 years ago
gabime 4dd1a24d0b wip static lib
7 years ago
gabime c69c49047b wip static lib
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 156b856a80 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
Daniel Binsmaier 631416d54a Fix missing ';' in log macros
7 years ago
Daniel Binsmaier d366a06461 Fix unexpected log macro expansion
7 years ago
Ponnuvel Palaniyappan cd65d6de69 namespace qualify stat functions
7 years ago
gabime 90c912a5e2 wip lite
7 years ago
gabime 9219613957 Dont check level in macros (redundant)
7 years ago
gabime 6b0bf33f8e clang-format
7 years ago
tt4g eb478e38b2 Add spdlog::initialize_logger
7 years ago
Alexander Zvyagin 4706b0ada4 Add signature.
7 years ago
Alexander Zvyagin cc98e9850d Avoid unnecessary conversion of log_msg::payload to std::string.
7 years ago
Alexander Zvyagin af80db8c22 Add systemd sink.
7 years ago
Florian Wörter 1caf05cc52 Renamed exposed method. [#1004]
7 years ago
Florian Wörter 63cfb7db25 Exposed should_do_colors_ in ansicolor_sink.h. [#1004]
7 years ago
Mattias Fornander 0ccbdcdd1f Add tweak support for user short level names
7 years ago
Gabi Melman d235e7d46f
Fix #992
7 years ago