Pop\Log\Writer\Db::writeLog PHP Метод

writeLog() публичный Метод

Method to write to the log
public writeLog ( array $logEntry, array $options = [] ) : Db
$logEntry array
$options array
Результат Db
    public function writeLog(array $logEntry, array $options = array())
    {
        $this->table->setValues($logEntry)->save();
        return $this;
    }