• xaqq's avatar
    Add NOTICE, ALERT and EMERG log level. · e4adba85
    xaqq authored
    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.
    e4adba85
Name
Last commit
Last update
bench Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
.gitignore Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
astyle.sh Loading commit data...