Commit Graph

4393 Commits (ad0f31c00967b342cdccc5c4b585d508b9b3ccd3)
 

Author SHA1 Message Date
Gabi Melman f841f6c2a2 Update README.md 11 years ago
Gabi Melman 02928cc1ca Update README.md 11 years ago
Gabi Melman 08d09d5da9 Update README.md 11 years ago
Gabi Melman df0a6ea032 Update README.md 11 years ago
Gabi Melman 49d2893fd5 Update README.md 11 years ago
Gabi Melman eaf3a9d584 Update README.md 11 years ago
Gabi Melman 0ac1facf41 Update README.md 11 years ago
gabime 6f550c3271 glog bench 11 years ago
gabime ece27ac952 astyle 11 years ago
Gabi Melman a9dbfb8b0e Update README.md 11 years ago
gabi 7ded05f365 log_msg faster move 11 years ago
gabi e2cd9285f4 async_sink user pointers in the q instead of objects in the queue (faster than moving) 11 years ago
gabi fd3f13cd90 revert sink accepting only char* and size_t 11 years ago
gabime a3a8f107a4 revert syslog 11 years ago
gabime c2fc8edfed syslog compile 11 years ago
gabi 1b8fb92203 Merge branch 'master' of https://github.com/gabime/spdlog
Conflicts:
	include/spdlog/sinks/async_sink.h
11 years ago
gabi 66039c7c0e Simplified sink interface - to just accept char* and size_t 11 years ago
Gabi Melman 3f5f26441b Update README.md 11 years ago
Gabi Melman c77e20296a Update README.md 11 years ago
Gabi Melman 2a8b03d839 Update README.md 11 years ago
Gabi Melman 12ce505794 Update README.md 11 years ago
Gabi Melman 00f35e1aba Update README.md 11 years ago
Gabi Melman 8a0118bd40 Update README.md 11 years ago
Gabi Melman 61b471e2ba Update README.md 11 years ago
gabime 91fae223cc async_sink to use queue of pointers of log_msgs - faster than moving.. 11 years ago
gabime fe25056b38 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabime 59013b3504 async_sink to use queue of pointers of log_msgs - faster than moving.. 11 years ago
Gabi Melman d8396e1f83 Update file_helper.h 11 years ago
Gabi Melman 1f4de31c4c Update file_helper.h
Removed unneeded include
11 years ago
Gabi Melman ac5568db63 Update README.md 11 years ago
Gabi Melman 7d30a72b9a Update README.md 11 years ago
Gabi Melman 28c5134857 Update README.md 11 years ago
Gabi Melman f8063b4c57 Update README.md 11 years ago
Gabi Melman 418381623e Update README.md 11 years ago
gabime a9abfbb005 Fixed rotate bug 11 years ago
Gabi Melman bbc6771352 Merge pull request #12 from mintyc/add_mingw_bench
Add mingw build and run script for bench example. Thanks @mintyc
11 years ago
Paul e0020eb786 Add mingw build and run script for bench example 11 years ago
Gabi Melman 957b3d4cbc Merge pull request #11 from xaqq/master
Check return code from std::remove.
11 years ago
Arnaud Kapp 37459ae9f1 Check return code from std::remove.
In case removing a file (file_sink) fails, we throw spdlog_ex.
11 years ago
gabi 1008f5693d Fix not defined syslog_logger under windows 11 years ago
Gabi Melman 8f24fc5f14 Update syslog_sink.h
Removed un needed includes
11 years ago
Gabi Melman 2116f15414 Merge pull request #8 from xaqq/master
Add a syslog() based sink for Linux.
11 years ago
Arnaud Kapp 67eef26c26 Add a syslog() based sink for Linux.
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.
11 years ago
Gabi Melman 3569a76b4c Merge pull request #7 from xaqq/master
Add NOTICE, ALERT and EMERG log level - so spdlog log levels could be matched to syslog's
11 years ago
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
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.
11 years ago
Gabi Melman 3bc1f447a1 Update README.md 11 years ago
gabime 413c23d5af Fixed warning 11 years ago
gabime 5b04fb6850 Remove warning in debian about unused variadic template args 11 years ago
gabime eeeca0f46b static_cast<int> to remove warning 11 years ago
gabi 2ac49b90e6 Bug fix in registry 11 years ago