Commit Graph

88 Commits (dec6a3f61ffee56377f0d32d0d7d6397c899c854)

Author SHA1 Message Date
gabime c8610d9a86 support for color formatting
8 years ago
gabime 56e4a201ec formatting
8 years ago
gabime a2653d409f clang-format
8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format
8 years ago
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
8 years ago
Tennn f8d509d010 Fixed issues 449
9 years ago
gabime 6cc7e7382e astyle
9 years ago
gabime 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink
9 years ago
Alexander Zilberkant f29ff77ae7 implement message counter feature
9 years ago
gabime 0ae66b5b28 support for external fmtlib
9 years ago
gabime f5bde237dd Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0
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
gabime 0d26359856 astyle
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 8da33db62f Removed redundant "using log_thread_id=size_t"
11 years ago
gabime 4dd31bf031 fixed pedantic gcc errors
11 years ago
gabime 005a36f4fd Removed redundant field initializations from log_msg struct
11 years ago
gabime 0684b4f378 use size_t to better represent thread id across platforms
11 years ago
gabime a09107927b Fix Visual Studio poor std::this_thread::get_id() performance by using GetCurrentThreadId() (and pthread_self() under linux)
11 years ago
gabime acb06ea977 Fixed thread id bug in async mode by passing thread id in log_msg struct
11 years ago
gabime 40a55b8e34 astyle
11 years ago
gabime d163b8c45a astyle
11 years ago
gabime b1867cfba3 log levels now lowercase
11 years ago
gabime 52d02af950 using mpmc bounded q for async and many async optimizations
11 years ago
gabime 754cac85ac defer localtime to formatter to improve async performace
11 years ago
gabi 243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat
11 years ago
gabime b0a687c148 astyle
11 years ago
gabime f41d989bf0 fix in move log_msg
11 years ago
gabi 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss
11 years ago
gabi 4cb6aa90b2 New async_logger class and API
11 years ago
gabi 7ded05f365 log_msg faster move
11 years ago
gabime 74aae4f368 readme
11 years ago
gabi c7b8c762fb spdlog
11 years ago