Commit Graph

133 Commits (9049f9aeb9db1e8a3cbce49c696dae1b9bb4e182)

Author SHA1 Message Date
gabime 8c38b4ee9e MIT license 10 years ago
gabime 0f76db880e astyle 10 years ago
gabime 1dcaa45443 fixed compliation error on gcc 4.8.x 10 years ago
Gabi Melman e6fc8bf2e5 Merge pull request #93 from divaykin/auto-flush
async auto flush
10 years ago
Denis Ivaykin 432e1109dd flush interval part 2 10 years ago
gabime 8208b49298 Minor change is typedef order 10 years ago
gabime 6991857a8e Added SPDLOG_NO_REGISTRY_MUTEX option to tweakme.h 10 years ago
gabime 9cad840a72 Revert "vector / mutex"
This reverts commit a74e280bb4.

Conflicts:
	include/spdlog/tweakme.h
10 years ago
Denis Ivaykin a74e280bb4 vector / mutex 10 years ago
gabime 256c64d72f Fixed registry functions 11 years ago
gabime 623f59ce6f Added register_logger to spdlog.h to register manually created loggers 11 years ago
gabime 3556c87a51 Fixed issue #61 (spdlog::set_level(...) does not affect loggers created afterwords) 11 years ago
gabime 89afa909e1 shortened enum policy name and moved into common.h 11 years ago
Denis Ivaykin 295e189b7e astyle 11 years ago
Denis Ivaykin 365d895482 discard policies on queue overflow 11 years ago
Denis Ivaykin 384cdeb225 nullptr default, astyle 11 years ago
Denis Ivaykin d47fbbb79e worker warmup callback 11 years ago
gabi bf3997de28 Added drop_all 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
gabime b1867cfba3 log levels now lowercase 11 years ago
gabi d37bded994 More improvements to the async logger 11 years ago
gabime 0db417f9af merged drop() from master 11 years ago
gabi 4cb6aa90b2 New async_logger class and API 11 years ago
gabi 2ac49b90e6 Bug fix in registry 11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabi 0c6518961d Fix level 4 warnings under VS 11 years ago
gabime 74aae4f368 readme 11 years ago
gabime e8403e17df astyle 11 years ago
gabi 567e85e6d4 bench 11 years ago
gabi 31971bf63b updated example and added more creation functions 11 years ago
gabi c7b8c762fb spdlog 11 years ago