Example #1
0
File: File.php Project: erebot/plop
 protected function emit(\Plop\RecordInterface $record)
 {
     if (!$this->stream) {
         $this->stream = $this->open();
     }
     parent::emit($record);
 }
Example #2
0
 public function emitStub(\Plop\RecordInterface $record)
 {
     return parent::emit($record);
 }