diff options
author | Manuel Argüelles <manuel.arguelles@gmail.com> | 2017-03-03 19:49:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-03 21:22:04 +0700 |
commit | 8b63d4996e8c9adb08b38dec25537cb2561b0b62 (patch) | |
tree | 1e9dcfdda63d7e3a863ee6e14c8796dcb9853233 /development/apache-log4cxx/slack-desc | |
parent | d13d4cf29a4092784bd82a57cf7a6adbae761ced (diff) | |
download | slackbuilds-8b63d4996e8c9adb08b38dec25537cb2561b0b62.tar.gz |
development/apache-log4cxx: Added (A logging framework for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-log4cxx/slack-desc')
-rw-r--r-- | development/apache-log4cxx/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/apache-log4cxx/slack-desc b/development/apache-log4cxx/slack-desc new file mode 100644 index 0000000000..547b011b26 --- /dev/null +++ b/development/apache-log4cxx/slack-desc @@ -0,0 +1,20 @@ +# 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------------------------------------------------------| +apache-log4cxx: apache-log4cxx (A logging framework for C++) +apache-log4cxx: +apache-log4cxx: Apache log4cxx is a logging framework for C++ patterned after Apache +apache-log4cxx: log4j, which uses Apache Portable Runtime for most platform-specific +apache-log4cxx: code and should be usable on any platform supported by APR. Apache +apache-log4cxx: log4cxx is licensed under the Apache License, an open source license +apache-log4cxx: certified by the Open Source Initiative. +apache-log4cxx: +apache-log4cxx: Log4cxx is designed to be reliable, fast and extensible. Since +apache-log4cxx: logging is rarely the main focus of an application, the log4cxx API +apache-log4cxx: strives to be simple to understand and to use. +apache-log4cxx: |