- 22 Nov, 2014 5 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
- 21 Nov, 2014 2 commits
- 20 Nov, 2014 8 commits
-
-
gabi authored
-
gabime authored
-
gabime authored
-
-
gabi authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 18 Nov, 2014 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
- 17 Nov, 2014 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
- 16 Nov, 2014 10 commits
-
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
Removed unneeded include
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 15 Nov, 2014 1 commit
-
-
gabime authored
-
- 13 Nov, 2014 2 commits
-
-
Gabi Melman authored
Add mingw build and run script for bench example. Thanks @mintyc
-
Paul authored
-
- 12 Nov, 2014 3 commits
-
-
Gabi Melman authored
Check return code from std::remove.
-
Arnaud Kapp authored
In case removing a file (file_sink) fails, we throw spdlog_ex.
-
gabi authored
-
- 11 Nov, 2014 3 commits
-
-
Gabi Melman authored
Removed un needed includes
-
Gabi Melman authored
Add a syslog() based sink for Linux.
-
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.
-
- 10 Nov, 2014 2 commits
-
-
Gabi Melman authored
Add NOTICE, ALERT and EMERG log level - so spdlog log levels could be matched to syslog's
-
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.
-