Macros for Member Functions
RW_USER_TRACE_OBJECT_FATAL("msg”)
RW_USER_TRACE_OBJECT_ERROR("msg”)
RW_USER_TRACE_OBJECT_WARNING("msg”)
RW_USER_TRACE_OBJECT_INFO("msg”)
RW_USER_TRACE_OBJECT_TEST("msg”)
RW_USER_TRACE_OBJECT_DEBUG("msg”)
These macros with the word OBJECT in their names are used in member functions. The trace message includes the address of the object that the member function is called on. Using these macros in non-member functions results in compile errors.