You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog
Tim Blechmann bfb3a8efe3 `async_msg`: take ownership of filename/funcname
the async logger cannot ensure that filename/funcname pointers are still
valid at the time when the async worker is executed:
* filename/funcname may be provided by a VM
* filename/funcname may point to a readonly text field, in a shared
object that had been `dlclose`d

we add an api that can be enabled via
`SPDLOG_ASYNC_OWNING_SOURCELOC_STRINGS` to take ownership of the strings
2 years ago
..
cfg update clang format again 2 years ago
details `async_msg`: take ownership of filename/funcname 2 years ago
fmt fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
sinks Fix wrong thread_id (TID) in systemd_sink.h (#2919) 2 years ago
async.h update clang format again 2 years ago
async_logger-inl.h clang format 2 years ago
async_logger.h update clang format again 2 years ago
common-inl.h update clang format again 2 years ago
common.h Match SPDLOG_CONSTEXPR_FUNC to FMT_CONSTEXPR (#2901) 2 years ago
formatter.h update clang format again 2 years ago
fwd.h update clang format again 2 years ago
logger-inl.h update clang format again 2 years ago
logger.h update clang format again 2 years ago
pattern_formatter-inl.h update clang format again 2 years ago
pattern_formatter.h update clang format again 2 years ago
spdlog-inl.h Revert "Added a function to add callbacks that are called when a logger is registered (#2883)" 2 years ago
spdlog.h Revert "Added a function to add callbacks that are called when a logger is registered (#2883)" 2 years ago
stopwatch.h update clang format again 2 years ago
tweakme.h clang format 2 years ago
version.h Add SPDLOG_TO_VERSION to compare spdlog version (#2853) 2 years ago