Macros for Global Functions
RW_USER_TRACE_FATAL("msg”)
RW_USER_TRACE_ERROR("msg”)
RW_USER_TRACE_WARNING("msg”)
RW_USER_TRACE_INFO("msg”)
RW_USER_TRACE_TEST("msg”)
RW_USER_TRACE_DEBUG("msg”)
These macros are normally used in global, static member, and friend functions, which don’t require an object for invocation. The macros can be used in member functions, but the trace message will not include the address of the current object.