aboutsummaryrefslogtreecommitdiff
path: root/development/apache-log4cxx/README
diff options
context:
space:
mode:
authorManuel Argüelles <manuel.arguelles@gmail.com>2017-03-03 19:49:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-03 21:22:04 +0700
commit8b63d4996e8c9adb08b38dec25537cb2561b0b62 (patch)
tree1e9dcfdda63d7e3a863ee6e14c8796dcb9853233 /development/apache-log4cxx/README
parentd13d4cf29a4092784bd82a57cf7a6adbae761ced (diff)
downloadslackbuilds-8b63d4996e8c9adb08b38dec25537cb2561b0b62.tar.xz
development/apache-log4cxx: Added (A logging framework for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-log4cxx/README')
-rw-r--r--development/apache-log4cxx/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/apache-log4cxx/README b/development/apache-log4cxx/README
new file mode 100644
index 000000000000..a3d3ece0d9b3
--- /dev/null
+++ b/development/apache-log4cxx/README
@@ -0,0 +1,11 @@
+Apache log4cxx is a logging framework for C++ patterned after Apache
+log4j, which uses Apache Portable Runtime for most platform-specific
+code and should be usable on any platform supported by APR. Apache
+log4cxx is licensed under the Apache License, an open source license
+certified by the Open Source Initiative.
+
+Log4cxx has three main components: loggers, appenders and
+layouts. These three types of components work together to enable
+developers to log messages according to message type and level, and to
+control at runtime how these messages are formatted and where they are
+reported.