spdlog/include/spdlog/details
2015-04-26 23:47:26 +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 Fixed bug #81 (Doesn't compile on OS X under gcc-4.9 ) 2015-04-26 23:38:43 +03:00
format.h bugfix while fixing bug #81 2015-04-26 23:47:26 +03:00
line_logger.h Added tweakme.h - enable users to enable/disable features at compile time 2015-04-09 18:05:16 +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 replaced include pthread.h with <thread> 2015-04-09 18:20:45 +03:00
pattern_formatter_impl.h fixed gcc pedantic warning 2015-04-09 18:14:39 +03:00
registry.h Fixed registry functions 2015-04-11 17:15:20 +03:00
spdlog_impl.h stdout_loggers now thread safe across all instances (share same stdout_sink_mt) 2015-04-18 01:47:30 +03:00