コード例 #1
0
ファイル: File.php プロジェクト: erebot/plop
 protected function emit(\Plop\RecordInterface $record)
 {
     if (!$this->stream) {
         $this->stream = $this->open();
     }
     parent::emit($record);
 }
コード例 #2
0
ファイル: Stream.php プロジェクト: erebot/plop
 public function emitStub(\Plop\RecordInterface $record)
 {
     return parent::emit($record);
 }