public function LogEntry::save in Ultimate Cron 8.2
Save log entry.
1 call to LogEntry::save()
- LogEntry::finish in src/
Logger/ LogEntry.php - Finish a log and save it if applicable.
File
- src/
Logger/ LogEntry.php, line 249
Class
- LogEntry
- Class for Ultimate Cron log entries.
Namespace
Drupal\ultimate_cron\LoggerCode
public function save() {
$this->logger
->save($this);
}