public static function addLog($title, $message, $type = 'notice')
 {
     Zo2Logs::getInstance()->add($title, $message, $type);
 }