PJDLOG_ASSERT
#define PJDLOG_ASSERT(...) MPASS(__VA_ARGS__)
#define PJDLOG_ASSERT(...) assert(__VA_ARGS__)