1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Main Page

From cpp-trace

Jump to: navigation, search

Contents

cpp_trace home

The cpp_trace project is a C++ library which provides a facility to filter and route text trace messages. The library is made in "boost" style and intended to use C++ generic programming power.

Features

Implemented

  • No enumerated ids (use any type to identify a trace source)
  • Static (compile time) message filtering
  • std::ostream concept compliant

Planned

  • Dynamic (run-time) message filtering
  • Multi thread source dispatching
  • integration into cxx_test library

Help

Find sample code in SVN with the library sources (see http://cpp-trace.svn.sourceforge.net/viewvc/cpp-trace/trunk/tests/ folder)

Get cpp_trace

There is no compiled version of cpp_trace since only headers are needed.

Download sources tarball

Download sources as single tarball

Check out from SVN

Check out sources to preffered location from SVN:

svn co https://cpp-trace.svn.sourceforge.net/svnroot/cpp-trace cpp-trace

Or just walk repository with browser

Note: Don't forget to setup a compiler search path.

Related links

Project Logo

Just a reminder to upload a new logo:

Image:MediaWikiSidebarLogo.png

Personal tools