C++ library for flexible and configurable logging in applications
Library of C++ classes for flexible logging
log4cxx$ g++ -I/usr/local/include -L/usr/local/lib -llog4cxx myapp.cpp -o myapp$ PropertyConfigurator::configure("log4cxx.properties");$ LOG4CXX_INFO(logger, "Application started"); LOG4CXX_ERROR(logger, "Error occurred");