Hello there! Welcome to cpp_trace project public forum.
The project is intended to provide a support for a very common development problem: making of a flexible tracing/logging subsystem for your project. More precisely, cpp_trace provides a functionality of trace/log message filtering and simple output stream routing with a "boost" style.
cpp_trace features:
- Compile time trace filtering
- Dynamic runtime trace filtering
- There is no need to define full set of trace classes
- STL conformance
- C++ template metaprogramming technique
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there! Welcome to cpp_trace project public forum.
The project is intended to provide a support for a very common development problem: making of a flexible tracing/logging subsystem for your project. More precisely, cpp_trace provides a functionality of trace/log message filtering and simple output stream routing with a "boost" style.
cpp_trace features:
- Compile time trace filtering
- Dynamic runtime trace filtering
- There is no need to define full set of trace classes
- STL conformance
- C++ template metaprogramming technique