예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function write(array $record)
 {
     $log = $this->manager->create();
     $this->populateLog($log, $record);
     $this->manager->save($log);
 }