SHA256
1
0
forked from pool/spdlog
Go to file
Ismail Dönmez 075734273c * Include what you need: Reduce compilation times by including
only the minimum required. Users can now to include only
    the actual sinks/features they need from spdlog/sinks folder.
  * Upgrade to fmt lib version 5.1
  * Support for custom formatting per sink - each sink can have
    it's own formatting and level using sink->set_pattern(..) or
    sink->set_formatter(..).
  * async logging - thread pool - async loggers now share a global
    thread pool by default.
  * periodic flusher: spdlog::flush_every(seconds) to periodically
    flush all registered loggers.
  * Improved performance - by caching some recently used values
    in the pattern formatter.
  * Ability to add sinks to a logger after its creation
  * Removed printf support.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=10
2018-08-13 13:39:38 +00:00
Description
No description provided
506 KiB
Languages
RPM Spec 100%