Commit Graph

205 Commits (a358a38b841b6ad9726b2cceaea12b696bbf035d)

Author SHA1 Message Date
Daniel Chabrowski ad624432d8 google-explicit-constructor
8 years ago
gabime f5939f9e56 astyle
8 years ago
Gabi Melman 613f024d42
Removed forgotten *_if declarations
8 years ago
gabime dcc7b347ca Removed all *_if functions (trace_if, debug_if, info_if,..) because they are redundant and confusing way to preform if
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
8 years ago
gabime 709948ff4a Fixed issue #527
8 years ago
Alexei Pastuchov 8fd16fc45e code formatting (astyle and dos2unix)
8 years ago
Asit Kumar Dhal b463b06ab5 conditional logging for all levels
8 years ago
Asit Kumar Dhal 9a189badbd conditional logging implementation
8 years ago
Asit Kumar Dhal ed7c3a83f8 conditional logging implementation
8 years ago
ThePhD d98d54896b use if statement instead of switch (changes of adding new time specifications outside of standard are probably unlikely anyhow)
9 years ago
ThePhD 5c5080d304 implement a flag (in this case, an enumeration) that allows control over the type; we make it an enum for possible expansions of time abstractions that might make it into the C++ standard in the future (see Howard Hinnant's date/timezone library) or might be usefully-available from the OS at some point in time
9 years ago
Tennn f8d509d010 Fixed issues 449
9 years ago
Alexander Zilberkant f29ff77ae7 implement message counter feature
9 years ago
gabime 1d6842f0f9 bugfix in color detection and astyle
9 years ago
Sidyhe 8ee6d38501 add wide string to utf8 string support
9 years ago
gabime 0c276beaaf astyle
9 years ago
gabime 397d4866b3 Fixed issue #396 and added some tests to catch it
9 years ago
Anuradha Dissanayake ad1c18704d Disambiguate fmt logging methods that are using variadic templates.
9 years ago
gabime 0a3a3f0ee2 Updated comment on thread safety
9 years ago
Therenall 66b08294ca Exposed logger sinks.
9 years ago
gabime 3afabcd17e astyle
9 years ago
gabime 1df30a0733 support flush_on(..) in async loggers too
9 years ago
gabime e7debaacd7 astyle
9 years ago
gabime 39cdd08a54 no exceptions while logging
9 years ago
gabime 7ddfb2b877 fixed macros and other stuff for the no-streams branch
9 years ago
gabime 7885aa478c no streams
9 years ago
Kevin M. Godby 6b966478c1 Automatically flush log if message level is above certain severity.
10 years ago
gabime 0d26359856 astyle
10 years ago
gabime 083d6c0d2f rename atomic level type name
10 years ago
gabime 974379c9be Added support for SPDLOG_NO_ATOMIC_LEVELS in tweakme.h
10 years ago
gabime 495ecaeaee astyle
10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes.
10 years ago
Kevin M. Godby 196689f720 Fixed header include problems.
10 years ago
gabime 8c38b4ee9e MIT license
10 years ago
gabime 06ffde6333 Fixed flush of logs in async mode
10 years ago
Denis Ivaykin 63e0012e34 flush in logger
11 years ago
gabi 4fd1ac8ac5 Added support for logger->info(const T&) call style
11 years ago
gabime 28da625a6f removed the confusing stop() function
11 years ago
gabime 40a55b8e34 astyle
11 years ago
gabime d163b8c45a astyle
11 years ago
gabi 348390f90d Added debug macros
11 years ago
gabi 4637cf35df Improved perf by using const char* instead of std::string& when accepting format strings
11 years ago
gabi 26cf0b38dd support for API of the form logger.info() << ..
11 years ago
gabi 45628c8ec3 logger main interface now is in the form logger.info(fmt, args)
11 years ago
gabi 4cb6aa90b2 New async_logger class and API
11 years ago
gabi 7ded05f365 log_msg faster move
11 years ago
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
11 years ago
gabime 1814c31ff3 fixed gcc warning about unordered intialization
11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics
11 years ago
gabime 74aae4f368 readme
11 years ago
gabi 567e85e6d4 bench
11 years ago
gabime 2d075bcfda bench
11 years ago
gabi 31971bf63b updated example and added more creation functions
11 years ago
gabi c7b8c762fb spdlog
11 years ago