コード例 #1
0
ファイル: LogReader.php プロジェクト: pulse00/monolog-parser
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current());
 }
コード例 #2
0
ファイル: LogReader.php プロジェクト: hilltool/monolog-parser
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current(), $this->days, $this->pattern);
 }