diff options
author | Pedro Mendes <pedro@gepasi.org> | 2016-10-27 06:25:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-27 06:25:45 +0700 |
commit | 3f9ddd95ec4146eea3855277f745e13c2d669418 (patch) | |
tree | 95e96758420ca1bc3419b21a20e4d7599b17a822 /libraries/log4cpp/README | |
parent | ab3d963c00ff9271df4980233320f809f0cf1a75 (diff) | |
download | slackbuilds-3f9ddd95ec4146eea3855277f745e13c2d669418.tar.gz |
libraries/log4cpp: Added (library of C++ classes for logging).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/log4cpp/README')
-rw-r--r-- | libraries/log4cpp/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/log4cpp/README b/libraries/log4cpp/README new file mode 100644 index 0000000000..be50a773ba --- /dev/null +++ b/libraries/log4cpp/README @@ -0,0 +1,3 @@ +Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other +destinations. It is modeled after the Log4j Java library, staying as close to their API +as is reasonable. |