1. 10 Nov, 2014 2 commits
    • Gabi Melman's avatar
      Merge pull request #7 from xaqq/master · 3569a76b
      Gabi Melman authored
      Add NOTICE, ALERT and EMERG log level - so spdlog log levels could be matched to syslog's
      3569a76b
    • 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
  2. 08 Nov, 2014 1 commit
  3. 07 Nov, 2014 13 commits
  4. 06 Nov, 2014 1 commit
  5. 05 Nov, 2014 9 commits
  6. 04 Nov, 2014 4 commits
  7. 03 Nov, 2014 10 commits