40 $this->logTable = $tableName;
64 if (!empty($recordData)) {
67 if (isset($recordData[
'exception']) && $recordData[
'exception'] instanceof \
Exception) {
68 $recordData[
'exception'] = (string)$recordData[
'exception'];
70 $data =
'- ' . json_encode($recordData);
82 GeneralUtility::makeInstance(ConnectionPool::class)
83 ->getConnectionForTable($this->logTable)
84 ->insert($this->logTable, $fieldValues);