K 10 svn:author V 3 pjd K 8 svn:date V 27 2011-01-27T19:28:29.987328Z K 7 svn:log V 329 Extend pjdlog_verify() to support the following additional macros: PJDLOG_RVERIFY() - always check expression and on false log the given message and exit. PJDLOG_RASSERT() - check expression when NDEBUG is not defined and on false log given message and exit. PJDLOG_ABORT() - log the given message and exit. MFC after: 1 week END