info(self::toString($p_msg)); } public static function debug($p_msg){ if (defined('APPLICATION_ENV') && APPLICATION_ENV == "development"){ $logger = self::getLogger(); $logger->debug(self::toString($p_msg)); } } }