diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-11 01:52:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-11 01:52:50 +0700 |
commit | b096d886bcbd81154e3e0d04f584ad13b5273c04 (patch) | |
tree | 747b48e0da57f44b4de3edf5c5a6631052d85f6e /development/spdlog/slack-desc | |
parent | d74bdd74338e5db83cabde414ca6b76de1cb3529 (diff) |
development/spdlog: Added (C++ logging library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/spdlog/slack-desc')
-rw-r--r-- | development/spdlog/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/spdlog/slack-desc b/development/spdlog/slack-desc new file mode 100644 index 0000000000000..2468d87881a05 --- /dev/null +++ b/development/spdlog/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +spdlog: spdlog (Very fast, header only, C++ logging library) +spdlog: +spdlog: spdlog is very fast, header only, C++ logging library. Key features: +spdlog: Very fast, headers only, asynchronous mode, custom formatting, +spdlog: multi/single threaded loggers, various log targets, severity based +spdlog: filtering. +spdlog: +spdlog: +spdlog: +spdlog: https://github.com/gabime/spdlog +spdlog: |