Ejemplo n.º 1
0
 public static function setLogFilePath($filename)
 {
     if (!file_exists($filename)) {
         throw new Exception('Invalid log filename');
     }
     self::$_logfile = $filename;
 }