Esempio n. 1
0
 /**
  * Closes the logfile. The logfile is not be able to log further message after beeing closed.
  *
  * You dont need to close the logfile manually when it was registered during the request.
  */
 public static function close()
 {
     self::$file = null;
 }