예제 #1
0
 /**
  * function __errorLogFile:
  * A file that MatchaErrorHandler will put all the errors 
  * events generated by Matcha::connect
  */
 public static function __errorLogFile($file = NULL)
 {
     self::$__logFile = $file;
 }