spdlog/include/spdlog/details
2018-10-16 00:12:54 +03:00
..
async_logger_impl.h Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 2018-10-05 14:23:37 +03:00
circular_q.h Fix broken build 2018-08-14 16:38:35 +03:00
console_globals.h Change console_globals include to windows.h only 2018-08-22 22:47:16 +02:00
file_helper.h Update file_helper.h 2018-08-24 13:27:49 +03:00
fmt_helper.h pad3 small optimization 2018-09-28 01:27:37 +03:00
log_msg.h Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later 2018-10-06 01:49:34 +03:00
logger_impl.h Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 2018-10-05 14:23:37 +03:00
mpmc_blocking_q.h Fix broken build 2018-08-14 16:38:35 +03:00
null_mutex.h formatting 2018-03-17 12:47:46 +02:00
os.h Added default logger API 2018-10-12 03:04:55 +03:00
pattern_formatter.h Fixed implicit conversion to str in c_formatter 2018-10-16 00:12:54 +03:00
periodic_worker.h code formatting and clang tidy warnings fixes 2018-08-13 10:30:02 +03:00
registry.h Updated default API impl and tests 2018-10-13 19:23:11 +03:00
thread_pool.h Changed forward<log_msg> to std::move(log_msg) in thread pool 2018-10-05 14:50:30 +03:00