1. 20 Nov, 2014 7 commits
  2. 18 Nov, 2014 2 commits
  3. 17 Nov, 2014 2 commits
  4. 16 Nov, 2014 10 commits
  5. 15 Nov, 2014 1 commit
  6. 13 Nov, 2014 2 commits
  7. 12 Nov, 2014 3 commits
  8. 11 Nov, 2014 3 commits
    • Gabi Melman's avatar
      Update syslog_sink.h · 8f24fc5f
      Gabi Melman authored
      Removed un needed includes
      8f24fc5f
    • Gabi Melman's avatar
      Merge pull request #8 from xaqq/master · 2116f154
      Gabi Melman authored
      Add a syslog() based sink for Linux.
      2116f154
    • Arnaud Kapp's avatar
      Add a syslog() based sink for Linux. · 67eef26c
      Arnaud Kapp authored
      This commit introduce a new sink: syslog_sink.
      This sink is Linux only, and will write log entries to the system
      logger, using the syslog() library call.
      
      It is instanciable using spdlog::syslog_logger(name). Note that
      the suffix _st or _mt is not present, as syslog() is thread-safe.
      
      I also applied @gabime reviews and added license header.
      67eef26c
  9. 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
  10. 08 Nov, 2014 1 commit
  11. 07 Nov, 2014 7 commits