You are here

public function CronJobInterface::loadLatestLogEntry in Ultimate Cron 8.2

Load latest log.

Return value

LogEntry The latest log entry for this job.

1 method overrides CronJobInterface::loadLatestLogEntry()
CronJob::loadLatestLogEntry in src/Entity/CronJob.php
Load latest log.

File

src/CronJobInterface.php, line 261

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function loadLatestLogEntry($log_types = array(
  ULTIMATE_CRON_LOG_TYPE_NORMAL,
));