libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
libcwd::channels Namespace Reference

The default LIBCWD_DEBUG_CHANNELS namespace. More...

Namespaces

namespace  dc
 This namespace contains the standard debug channels of libcwd.

Detailed Description

This macro should contain the namespace where your application defines the dc namespace; If you want to define additional debug channels, next to the ones already provided by libcwd, then the macro LIBCWD_DEBUG_CHANNELS must be defined in the custom debug.h header file of your application (or library) prior to including <libcwd/debug.h>.

See also
Preparation