README 591 B

123456789101112
  1. Apache log4cxx is a logging framework for C++ patterned after Apache
  2. log4j, which uses Apache Portable Runtime for most platform-specific
  3. code and should be usable on any platform supported by APR. Apache
  4. log4cxx is licensed under the Apache License, an open source license
  5. certified by the Open Source Initiative.
  6. Log4cxx has three main components: loggers, appenders and
  7. layouts. These three types of components work together to enable
  8. developers to log messages according to message type and level, and to
  9. control at runtime how these messages are formatted and where they are
  10. reported.