Пример #1
0
 public static function start($flogname = 'log.txt')
 {
     self::$fplog = fopen($flogname, 'ab');
 }