Commit Graph

70 Commits

Author SHA1 Message Date
gabime 8c38b4ee9e MIT license 2015-11-28 18:24:20 +02:00
gabime 8da33db62f Removed redundant "using log_thread_id=size_t" 2015-04-08 10:56:39 +03:00
gabime 4dd31bf031 fixed pedantic gcc errors 2015-04-07 22:04:10 +03:00
gabime 005a36f4fd Removed redundant field initializations from log_msg struct 2015-04-07 21:58:46 +03:00
gabime 0684b4f378 use size_t to better represent thread id across platforms 2015-04-07 21:35:41 +03:00
gabime a09107927b Fix Visual Studio poor std::this_thread::get_id() performance by using GetCurrentThreadId() (and pthread_self() under linux) 2015-04-07 20:26:42 +03:00
gabime acb06ea977 Fixed thread id bug in async mode by passing thread id in log_msg struct 2015-04-07 19:57:27 +03:00
gabime 40a55b8e34 astyle 2014-12-21 02:47:04 +02:00
gabime d163b8c45a astyle 2014-12-21 02:42:37 +02:00
gabime b1867cfba3 log levels now lowercase 2014-12-21 01:30:39 +02:00
gabime 52d02af950 using mpmc bounded q for async and many async optimizations 2014-12-05 20:25:04 +02:00
gabime 754cac85ac defer localtime to formatter to improve async performace 2014-12-04 11:48:53 +02:00
gabi 243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat 2014-12-02 16:41:12 +02:00
gabime b0a687c148 astyle 2014-12-02 02:27:11 +02:00
gabime f41d989bf0 fix in move log_msg 2014-12-02 02:15:42 +02:00
gabi 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss 2014-11-29 12:25:37 +02:00
gabi 4cb6aa90b2 New async_logger class and API 2014-11-24 01:29:09 +02:00
gabi 7ded05f365 log_msg faster move 2014-11-21 11:23:55 +02:00
gabime 74aae4f368 readme 2014-11-01 03:20:54 +02:00
gabi c7b8c762fb spdlog 2014-10-31 01:13:27 +02:00