spdlog/include/spdlog/details
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
This commit introduces 3 new log level. Thoses are:
    + NOTICE, which is a bit worse that INFO, but still not a warn.
    + ALERT, for case worse that critical.
    + EMERG, application is unusable.

With those 3 log levels, spdlog now has all log level accepted by
the syslog() system call.
2014-11-10 18:47:15 +01:00
..
blocking_queue.h readme 2014-11-01 03:20:54 +02:00
fast_istostr.h Fix level 4 warnings under VS 2014-11-05 01:47:28 +02:00
fast_oss.h Fix level 4 warnings under VS 2014-11-05 01:47:28 +02:00
file_helper.h Fix level 4 warnings under VS 2014-11-05 01:47:28 +02:00
line_logger.h readme 2014-11-01 03:20:54 +02:00
log_msg.h readme 2014-11-01 03:20:54 +02:00
logger_impl.h Add NOTICE, ALERT and EMERG log level. 2014-11-10 18:47:15 +01:00
null_mutex.h readme 2014-11-01 03:20:54 +02:00
os.h static_cast<int> to remove warning 2014-11-07 20:32:17 +02:00
pattern_formatter_impl.h use std::abs from cstdlib which fixes a warning that occurs when compiling with clang 3.5 on 64-bit linux 2014-11-07 10:24:17 +01:00
registry.h Bug fix in registry 2014-11-07 16:57:10 +02:00
spdlog_impl.h Removed close() from sink to have RAII semantics 2014-11-05 23:07:20 +02:00
stack_buf.h readme 2014-11-01 03:20:54 +02:00