You are here

abstract public function UltimateCronLogEntry::save in Ultimate Cron 7.2

Save log entry.

1 call to UltimateCronLogEntry::save()
UltimateCronLogEntry::finish in ./ultimate_cron.plugin.inc
Finish a log and save it if applicable.
2 methods override UltimateCronLogEntry::save()
UltimateCronCacheLogEntry::save in plugins/ultimate_cron/logger/cache.class.php
Save log entry.
UltimateCronDatabaseLogEntry::save in plugins/ultimate_cron/logger/database.class.php
Save log entry.

File

./ultimate_cron.plugin.inc, line 1635
Plugin framework for Ultimate Cron.

Class

UltimateCronLogEntry
Abstract class for Ultimate Cron log entries.

Code

public abstract function save();