You are here

protected property WatchdogLogger::$shutdownRegistered in Ultimate Cron 8.2

Whether the shutdown handler is registered or not.

Type: bool

File

src/Logger/WatchdogLogger.php, line 37

Class

WatchdogLogger
Logs events in currently running cronjobs.

Namespace

Drupal\ultimate_cron\Logger

Code

protected $shutdownRegistered = FALSE;