Commit Graph

172 Commits (4bb623a0a3fda0b987c5e9454f20837cfa674c85)

Author SHA1 Message Date
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