Commit Graph

113 Commits

Author SHA1 Message Date
gabime 4445f6f869 formatting 2018-03-16 17:35:56 +02:00
gabime 5afb5dc782 Changed clang formatting for templates 2018-03-16 17:13:50 +02:00
gabime a2653d409f clang-format 2018-03-09 15:26:33 +02:00
Daniel Chabrowski 5355bd3a8f readability-named-parameter 2018-02-25 12:39:37 +01:00
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 2018-02-25 03:35:20 +01:00
gabime 04d0dd5987 moved SPDLOG_VERSION macro to common.h 2018-02-23 14:39:41 +02:00
gabime 051048ebd7 Fixed issue #645 (include tweakme.h from common.h) 2018-02-23 14:34:25 +02:00
gabime ccd675a286 version 0.16.3 2018-01-12 14:09:34 +02:00
Gabi Melman 32177aa77a
Merge pull request #604 from sam-lunt/improve-macros
Ensure marcos always expand to expressions
2018-01-03 18:05:25 +02:00
Sam Lunt 9f8413308a add global flush_on function 2018-01-03 09:36:09 -06:00
Sam Lunt f25f0e0e40 add (void)0 when logging is disabled 2018-01-03 09:07:58 -06:00
gabime 813dcbcf63 version 0.16.2 2017-12-22 18:50:08 +02:00
Gabi Melman 79a3a633c7
uupdate version to 0.16.1 2017-12-20 10:07:50 +02:00
Ľubomír Carik dda8af0092 Update version strings to 0.16.0
Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
2017-12-20 03:43:47 +01:00
gabime 6dd928dc3c Undo fix #529 (causes a warning under gcc and clang when no args passed) 2017-12-20 00:04:16 +02:00
gabime de595fe2b7 Fix #529 (SPDLOG_TRACE macro problem) 2017-12-19 23:09:27 +02:00
Alexandr Dubovikov bec6919587 added facilty for syslog 2017-12-04 13:03:40 +01:00
gabime dcc7b347ca Removed all *_if functions (trace_if, debug_if, info_if,..) because they are redundant and confusing way to preform if 2017-11-25 15:19:41 +02:00
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
2017-11-11 13:44:27 +01:00
gabime 93be7713e0 astyle 2017-11-06 12:39:04 +02:00
Berkus Decker a6b5ef55a4 Fix typo 2017-10-24 13:34:58 +03:00
gabime 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests 2017-10-13 02:04:31 +03:00
El El b242fb087d Compiler-dependent line numbering 2017-08-25 15:19:29 +00:00
Gabi Melman 4fba14c79f Version 0.14.0 2017-08-19 18:48:43 +03:00
gabime cb02b344a3 Fix issue #510 (spelling) 2017-08-19 15:49:16 +03:00
Matt Crane 13a938fc7f Added TRACE_IF and DEBUG_IF macro definitions when TRACE_ON and DEBUG_ON aren't defined 2017-07-22 21:42:20 -04:00
Asit Kumar Dhal 97be4532cc trace_if and debug_if macro added 2017-06-18 01:12:11 +02:00
Carsten Neumann 8ee90d3349 Add create_async factory functions for async loggers 2017-06-15 11:08:44 -05:00
Tennn f8d509d010 Fixed issues 449
Please check it
2017-05-21 17:44:44 +08:00
gabime f85a08622e version 0.13.0 2017-03-28 02:09:01 +03:00
Ľubomír Carik fd8df5b820 Don't hardcode '.txt.' log file name suffix (resolve #333)
Signed-off-by: Ľubomír Carik <Lubomir.Carik@gmail.com>
2017-02-28 00:59:23 +01:00
gabime 93d84e5d59 v0.12.0 2017-02-17 16:40:59 +02:00
Gabi Melman 054eb555ca Moved `SPDLOG_VERSION` macro to spdlog.h 2017-02-03 15:28:32 +02:00
Gabi Melman 4f50c5d143 Update spdlog.h 2017-02-03 15:27:06 +02:00
gabime 0cfdad4d0b Windows console color support. Replaced color param in API with new functions 2016-10-12 15:10:10 +03:00
gabime 5653e5c9d7 astyle 2016-09-15 00:38:21 +03:00
Hugh Wang 72a6fd65da Support direct creation of android logger. 2016-09-14 17:37:06 +08:00
Gabi Melman c69df8ae44 Update spdlog.h 2016-09-03 14:15:09 +03:00
Gabi Melman b18d235b63 Update spdlog.h 2016-09-03 14:08:55 +03:00
gabime e562e001cf Removed force_flush arg from API (use flush_on(level) instead) 2016-09-02 16:59:15 +03:00
Sam Brkopac 0be736c7fc Added the ability to truncate the basic file logger.
Added the ability to truncate the basic file logger.
2016-08-22 13:31:43 -07:00
Nazım Can Bedir 2678c37b56 Move syslog support tests to one place. 2016-08-22 16:39:13 +03:00
gabime 86de264da9 Added support for syslog in FreeBSD 2016-08-21 01:16:04 +03:00
gabime 4efbd950d6 atyle 2016-08-20 13:55:50 +03:00
gabime 3af247fbd3 Added a way to iterate all registered loggers (issues #238 and #259). 2016-08-20 13:37:36 +03:00
gabime 39cdd08a54 no exceptions while logging 2016-08-05 03:56:40 +03:00
gabime 8e0892fa31 astyle 2016-07-15 17:55:34 +03:00
gabime e5032c8db5 fixed SPDLOG_TRACE under gcc (isue #241) 2016-07-14 14:59:49 +03:00
gabime 7ddfb2b877 fixed macros and other stuff for the no-streams branch 2016-07-09 00:46:00 +03:00
gabime a047b58e65 Added "basic_logger_mt/basic_logger_st" to the API 2016-06-22 00:23:55 +03:00