- 21 Oct, 2015 1 commit
-
-
Chris Hiszpanski authored
Syslog already adds formatting, such as the identifier set with `openlog` in the constructor, the priority, and timestamp -- using the formatted message duplicates this information in the log message. This especially causes problems when the syslog is forwarded to aggregators such as Loggly, Logstash, etc. which can parse log messages which are JSON. However, the duplicated fields which spdlog prepends interfere with this -- better to use `raw` in the syslog case I think, or perhaps add an ability to use custom formatters on individual sinks.
-
- 19 Oct, 2015 1 commit
-
-
Gabi Melman authored
-
- 19 Sep, 2015 1 commit
-
-
gabime authored
-
- 18 Sep, 2015 1 commit
-
-
Gabi Melman authored
Add distributional sink
-
- 17 Sep, 2015 3 commits
-
-
David Schury authored
-
David Schury authored
Setting up dist_sink to a logger will inject a layer between the logger and (some of) it's sinks. Sinks can be added and removed to dist_sink dynamically.
-
Gabi Melman authored
Fix misprint
-
- 16 Sep, 2015 1 commit
-
-
Ruslan Baratov authored
-
- 14 Sep, 2015 3 commits
-
-
Gabi Melman authored
Removed redundant check
-
Gabi Melman authored
Add Android sink
-
Ruslan Baratov authored
-
- 10 Sep, 2015 6 commits
-
-
Gabi Melman authored
Add CMake build
-
Gabi Melman authored
Return unsuccessful exit code if error occurs
-
Gabi Melman authored
Fix Android build
-
Ruslan Baratov authored
-
Ruslan Baratov authored
-
Ruslan Baratov authored
-
- 28 Aug, 2015 2 commits
-
-
Gabi Melman authored
Merge pull request #4 from gabime/master
-
Rob Patro authored
-
- 26 Aug, 2015 1 commit
-
-
Gabi Melman authored
-
- 14 Aug, 2015 4 commits
-
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
- 07 Aug, 2015 3 commits
-
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
- 04 Aug, 2015 2 commits
-
-
Gabi Melman authored
fixed issue 115 Nanosecond resolution timestamps
-
Radu Popescu authored
-
- 26 Jul, 2015 4 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
Add support for wchar_t on Windows
-
Ilya Kulakov authored
-
- 21 Jul, 2015 1 commit
-
-
Artem Martynovich authored
-
- 15 Jul, 2015 1 commit
-
-
Artem Martynovich authored
-
- 14 Jul, 2015 1 commit
-
-
Artem Martynovich authored
-
- 13 Jul, 2015 4 commits
-
-
Artem Martynovich authored
-
Artem Martynovich authored
-
Artem Martynovich authored
Add wchar_t support for Windows.
-
Artem Martynovich authored
-