Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 log4j 的经验,并在 c# 中使用了一个名为 log4net 的端口。在这两种情况下,我发现通过记录器配置文件在运行时配置记录器非常有用。例如,您可以在不重新编译的情况下提高特定子系统的日志级别。
我正在寻找 C++ 的日志框架。目前正在检查 log4cxx 和 spdlog。我看到 log4cxx 可以从 xml 文件中读取其配置。spdlog 是否存在这种在运行时配置的能力?
有https://github.com/guangie88/spdlog_setup使用 TOML 配置 spdlog