spdlog/include/spdlog/details
2015-04-08 10:56:39 +03:00
..
async_log_helper.h Removed redundant "using log_thread_id=size_t" 2015-04-08 10:56:39 +03:00
async_logger_impl.h astyle.sh 2015-01-15 10:49:05 +02:00
file_helper.h Changed "auto_flush" to "force_flush" to better represent the meaning 2015-01-07 12:44:02 +02:00
format.cc Updated cppformat to version 86a7d856fa03fb5ba96f1a27907a4b7171f42e56 and remove spdlog::details namespace from it's source 2015-02-27 11:24:10 +02:00
format.h astyle 2015-03-21 13:55:00 +02:00
line_logger.h Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h) 2015-04-07 21:57:38 +03:00
log_msg.h Removed redundant "using log_thread_id=size_t" 2015-04-08 10:56:39 +03:00
logger_impl.h use std::memory_order_relaxed when reading logger's level 2015-01-07 12:35:43 +02:00
mpmc_bounded_q.h astyle 2014-12-21 02:47:04 +02:00
null_mutex.h astyle 2014-12-21 02:47:04 +02:00
os.h Fixed return type in os::get_thread_id 2015-04-08 10:55:25 +03:00
pattern_formatter_impl.h 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
registry.h Fixed issue #61 (spdlog::set_level(...) does not affect loggers created afterwords) 2015-03-18 23:31:17 +02:00
spdlog_impl.h Added option for setting rotation time in daily file ctor 2015-02-15 23:28:13 +02:00