spdlog/include/spdlog
Sandor Magyar a3c47cc682 Don't force Mongo sink to own MongoCXX instance
There can only be one instance in the whole program, so programs that use the
Mongo sink and also separately use MongoCXX may have problems if the Mongo sink
owns the instance. MongoCXX recommends that the main application manage its own
instance so configuration parameters can be passed to the constructor:
http://mongocxx.org/api/current/classmongocxx_1_1instance.html

However, this commit is not a breaking change. If no instance has been created
at construction time, the Mongo sink will still create and own the instance.
2022-10-17 17:32:08 -04:00
..
cfg clang-format 2021-07-19 00:50:51 +03:00
details Expend support for any std::chrono::duration in spdlog::flush_every 2022-07-17 20:28:39 +02:00
fmt Workaround deprecation warning on Clang with C++20 2022-09-29 20:14:53 +02:00
sinks Don't force Mongo sink to own MongoCXX instance 2022-10-17 17:32:08 -04:00
async_logger-inl.h Switch additional information to source location of bad log message 2021-08-17 15:26:59 +02:00
async_logger.h clang-format 2021-07-19 00:50:51 +03:00
async.h Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
common-inl.h Replace iterator difference with std::distance 2022-10-13 12:29:48 +03:00
common.h Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRING 2022-05-19 11:32:54 -07:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
fwd.h Allow forward-declaration of level_enum 2022-01-11 15:12:23 +00:00
logger-inl.h Switch additional information to source location of bad log message 2021-08-17 15:26:59 +02:00
logger.h Fix #2419 by documenting the set_pattern behaviour 2022-07-01 10:53:05 +03:00
pattern_formatter-inl.h Re-introduce redundant std::move at return for old GCC (before version 5) inside an ifdef for e.g. CentOS 7 2022-07-27 07:16:36 +02:00
pattern_formatter.h Allow overriding need_localtime for custom formatter 2022-05-07 20:44:00 +08:00
spdlog-inl.h Expend support for any std::chrono::duration in spdlog::flush_every 2022-07-17 20:28:39 +02:00
spdlog.h SPDLOG_NO_SOURCE_LOC implementation refinement 2022-09-03 12:51:31 +10:00
stopwatch.h Fix #2434 2022-08-17 17:47:22 +03:00
tweakme.h SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCTION information 2022-09-02 12:18:06 +10:00
version.h Bump version to 1.10.0 2022-04-04 16:48:24 +03:00