slackbuilds/development/apache-log4cxx
B. Watson 8c5f07f97b
development/apache-log4cxx: Fix docs, rm static lib.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-09 15:45:11 +07:00
..
README
apache-log4cxx.SlackBuild development/apache-log4cxx: Fix docs, rm static lib. 2022-04-09 15:45:11 +07:00
apache-log4cxx.info development/apache-log4cxx: Fix download URL. 2022-03-09 17:20:43 +07:00
slack-desc development/apache-log4cxx: Fix slack-desc. 2017-03-25 13:27:06 +00:00

README

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.