You are here

public function UltimateCronLogEntry::catchMessages in Ultimate Cron 7.2

Start catching watchdog messages.

File

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

Class

UltimateCronLogEntry
Abstract class for Ultimate Cron log entries.

Code

public function catchMessages() {
  return $this->logger
    ->catchMessages($this);
}