- 12 Dec, 2015 4 commits
-
-
gabime authored
2. Improved file_helper::exists() performance under linux to use stat sys call 3. Added unit tests
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
Gabi Melman authored
-
- 29 Nov, 2015 5 commits
-
-
gabime authored
-
Gabi Melman authored
Fixed missing #pragma once
-
Gabi Melman authored
Fixed shadow warning in gcc
-
Gabi Melman authored
spurious character broke compilation
-
gnzlbg authored
-
- 28 Nov, 2015 10 commits
- 26 Nov, 2015 2 commits
-
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
- 20 Nov, 2015 2 commits
-
-
Gabi Melman authored
Replace GetDynamicTimeZoneInformation to GetTimeZoneInformation.
-
yaoyuan1216 authored
-
- 05 Nov, 2015 3 commits
- 25 Oct, 2015 2 commits
-
-
Gabi Melman authored
Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system.
-
Alexander Shishenko authored
-
- 21 Oct, 2015 2 commits
-
-
Gabi Melman authored
Update syslog_sink.h
-
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
-