diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2016-10-21 07:46:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-21 07:47:08 +0700 |
commit | 23c9d0eb08329df4aeadfebafe0357504526d42a (patch) | |
tree | 12496d5d1f92854a247866add85ff3aecb3f18fc /libraries/log4cplus/README | |
parent | a216876fa6c6b033cb28738465ce4b8bc9d8f9b4 (diff) | |
download | slackbuilds-23c9d0eb08329df4aeadfebafe0357504526d42a.tar.gz |
libraries/log4cplus: Added (A C++ logger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/log4cplus/README')
-rw-r--r-- | libraries/log4cplus/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/log4cplus/README b/libraries/log4cplus/README new file mode 100644 index 0000000000..da3ab2f281 --- /dev/null +++ b/libraries/log4cplus/README @@ -0,0 +1,3 @@ +Log4cplus is a simple to use C++ logging API providing thread-safe, +flexible, and arbitrarily granular control over log management and +configuration. It is modelled after the Java log4j API. |