1. 22 Nov, 2014 6 commits
  2. 21 Nov, 2014 2 commits
  3. 20 Nov, 2014 8 commits
  4. 18 Nov, 2014 2 commits
  5. 17 Nov, 2014 2 commits
  6. 16 Nov, 2014 10 commits
  7. 15 Nov, 2014 1 commit
  8. 13 Nov, 2014 2 commits
  9. 12 Nov, 2014 3 commits
  10. 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
  11. 10 Nov, 2014 1 commit