K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-08-05T18:26:38.067455Z K 7 svn:log V 324 Problem with assertion is that it logs on stderr. Add two macros: PJDLOG_ASSERT() and PJDLOG_VERIFY() that will check the given condition and log the problem where appropriate. The difference between those two is that PJDLOG_VERIFY() always work and PJDLOG_ASSERT() can be turned off by defining NDEBUG. MFC after: 1 month END