diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-11 01:51:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-11 01:51:28 +0700 |
commit | d74bdd74338e5db83cabde414ca6b76de1cb3529 (patch) | |
tree | 9b926f23978e7c024689a48107d7664152373aa9 /development/g3log/README | |
parent | 15d36fb2beb99d7a4d39c38763495ce88bcf07d3 (diff) | |
download | slackbuilds-d74bdd74338e5db83cabde414ca6b76de1cb3529.tar.gz |
development/g3log: Added (Asynchronous logger with Dynamic Sinks).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/g3log/README')
-rw-r--r-- | development/g3log/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/g3log/README b/development/g3log/README new file mode 100644 index 0000000000..413971d9cd --- /dev/null +++ b/development/g3log/README @@ -0,0 +1,13 @@ +G3log is an asynchronous, "crash safe", logger that is easy to use with +default logging sinks or you can add your own. G3log is made with plain +C++11 with no external libraries (except gtest used for unit tests). +G3log is made to be cross-platform, currently running on OSX, Windows +and several Linux distros. See Readme below for details of usage. + +What G3Log is: +- G3log is the acting name for the third version of g2log and it stands + for g3log with dynamic sinks +- G3log is an asynchronous, "crash-safe" logger. +- You can choose to use the default log receiver which saves all LOG + calls to file, or you can choose to use your own custom made log + receiver(s), or both, or as many sinks as you need. |