XenForo
Administrative
- Thread starter
- Admin
- #1
I have a logging routine and want to log just when debug mode is enabled. I have tried to use..
PHP:
..but is doesn't work. I also found
Is there another way to ask for debug mode?
ادامه مطلب...
PHP:
Code:
if(\XF::$debugMode)
{
//Logroutine
}
$this->assertDebugMode()
but i can't call these method.Is there another way to ask for debug mode?
ادامه مطلب...