You are here

public function LoggerInterface::factoryLogEntry in Ultimate Cron 8.2

Factory method for creating a new unsaved log entry object.

Parameters

string $name: Name of the log entry (name of the job).

Return value

LogEntry The log entry.

1 method overrides LoggerInterface::factoryLogEntry()
LoggerBase::factoryLogEntry in src/Logger/LoggerBase.php
Factory method for creating a new unsaved log entry object.

File

src/Logger/LoggerInterface.php, line 31

Class

LoggerInterface
Defines a logger method.

Namespace

Drupal\ultimate_cron\Logger

Code

public function factoryLogEntry($name);