Commit Graph

294 Commits (b16a8951bc94d97d4946ef16bab9195d72f777e9)

Author SHA1 Message Date
gabime 0d26359856 astyle
10 years ago
gabime 083d6c0d2f rename atomic level type name
10 years ago
gabime 974379c9be Added support for SPDLOG_NO_ATOMIC_LEVELS in tweakme.h
10 years ago
gabime 19dae96985 wchar filenames support - minor improvements
10 years ago
unknown 113ebcfd97 Add the SPDLOG_USE_WCHAR tweak to enable support for Unicode names on Windows. Refs #111
10 years ago
gabime 495ecaeaee astyle
10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes.
10 years ago
gabime 8c38b4ee9e MIT license
10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines
10 years ago
Ilya Kulakov d905ad915f Use only SPDLOG_USE_WCHAR to control whether wchar_t is enabled.
10 years ago
Artem Martynovich 787aa46693 Disable usage of wchar_t in tests.
10 years ago
Artem Martynovich 0e5c4b9de4 Fix Unix build. Use S("...") instead of L"..." for better compatibility.
10 years ago
Artem Martynovich 2b59393bda Add wchar_t support for Windows.
10 years ago
gabime b715378ff5 Added tweakme.h - enable users to enable/disable features at compile time
11 years ago
gabime 8da33db62f Removed redundant "using log_thread_id=size_t"
11 years ago
gabime 4dd31bf031 fixed pedantic gcc errors
11 years ago
gabime 25afbd79b2 Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h)
11 years ago
gabime 0684b4f378 use size_t to better represent thread id across platforms
11 years ago
gabime 147ce4c80d #define SPDLOG_NOEXCEPT throw() under visual studio
11 years ago
Gabi Melman 47e695d2fc Update common.h
11 years ago
Gabi Melman 6b0ef15644 Do not use CLOCK_REALTIME_COARSE by default
11 years ago
gabime dae66133c6 comment about clock
11 years ago
gabime 0d7570c745 comment about clock
11 years ago
gabi fb67e571f5 Under linux, use the much faster CLOCK_REALTIME_COARSE clock by default (SPDLOG_CLOCK_COARSE is defined in common.h)
11 years ago
Denis Ivaykin 2f34de820b coarse clock, short log level
11 years ago
gabi b74b28f5c6 added includes to common.h
11 years ago
gabime 9f34c58b3e comments
11 years ago
gabime 89afa909e1 shortened enum policy name and moved into common.h
11 years ago
gabime 40a55b8e34 astyle
11 years ago
gabime d163b8c45a astyle
11 years ago
gabime b1867cfba3 log levels now lowercase
11 years ago
gabi 1e7814295b fixed noexcept in visual studio
11 years ago
Jens Breitbart 67b633880b Replaced throw() with noexcept and removed some unneeded ';'.
11 years ago
gabime 92f2b7556e syslog improvments
11 years ago
Gabi Melman 3b61f50cbf Merge pull request #20 from fooinha/syslog-openlog
11 years ago
fooinha 375b88c191 Optional arguments for syslog_logger factory.
11 years ago
gabi 348390f90d Added debug macros
11 years ago
gabime ece27ac952 astyle
11 years ago
Arnaud Kapp 67eef26c26 Add a syslog() based sink for Linux.
11 years ago
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
11 years ago
gabime 74aae4f368 readme
11 years ago
gabime e8403e17df astyle
11 years ago
gabi 31971bf63b updated example and added more creation functions
11 years ago
gabi c7b8c762fb spdlog
11 years ago