MyGit

v1.0.0

gabime/spdlog

版本发布时间: 2018-08-05 08:00:39

gabime/spdlog最新发布版本:v1.14.1(2024-04-30 20:34:26)

Version 1.0.0 is a major release with numerous features and improvements. It contains some breaking API changes that are not compatible with 0.x versions (see below).

Highlights

Breaking changes

 auto logger= spdlog::rotating_logger_mt<spdlog::async_factory>(...);
void sink_it_(const details::log_msg &msg) override
{
  fmt::memory_buffer formatted;
  sink::formatter_->format(msg, formatted);
  // sink the formatted
  ...   
}

Change log

See here the complete list of changes.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2018-08-05发行的版本