slogcxx is a simple C++ logging library for debugging and tracing. It's meant to be easier to use than log4j-based systems. It has an NLOG macro (similar to NDEBUG) that reduces the footprint and disables all logging. The interface is designed to be streamlined with "log << message << somefloat << endl;" calls.
| Tags | Software Development Quality Assurance Debuggers Testing |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX Windows Windows Windows Mac OS X |
| Implementation | C++ |