Go to the documentation of this file.
27#if defined(G_WITH_ASSERT) || ( defined(_DEBUG) && ! defined(G_NO_ASSERT) )
28 #define G_ASSERT( test ) G::LogOutput::assertion( G::LogOutput::instance() , __FILE__ , __LINE__ , (test) , #test )
30 #define G_ASSERT( test )