MACRO
OMNI_DBGEV
- A helper macro used for debug error output.
SYNOPSIS top
The
OMNI_DBGEV
helper macro is used within the library to print debug statements.
DESCRIPTION top
If debug is enabled in the library, this macro simply expands to a
omni::out << string << value << std::endl;
while if debug is not enabled, then the value in the macro is not compiled in.
CONSIDERATIONS top
No special considerations.
PLATFORM SPECIFIC top
No platform specific notes.