- Notifications
You must be signed in to change notification settings - Fork567
Welcome to the log4cplus project!
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Javalog4j API.
If you want to get help with log4cplus use or compilation or if you have any other problem with it, please use thetracker or thelog4cplus-devel mailing list.
If you want to contribute changes to log4cplus, please see theDevelopment wiki page for more information.
Download current releases fromGitHub. Older releases can be found onSourceForge.
See Doxygen generatedlog4cplus API documentation for current stable release.
SeeREADME.md for documentation ofconfigure script options and portability related notes.
Release procedure is documented indocs/release.txt.
If you are looking for sample code to show you have to use log4cplus, go tocode examples.
The aim of this project is to develop log4j-like logging framework for use in (primarily) C++. One of the major design goals is to avoid huge dependencies (likeBoost) in the core functionality and to use as standard C++ facilities instead.
- CodeProject log4cplus article about log4cplus 1.0.2.
- log4j introduction to basic concepts which are similar or same as log4cplus.
- log4cplus on SourceForge