Elgg  Version master
Static Public Member Functions | Protected Attributes | List of all members
Elgg\Logger\Cron Class Reference

Custom logger for an individual cron interval. More...

Inheritance diagram for Elgg\Logger\Cron:

Static Public Member Functions

static factory (array $params=[])
 

Protected Attributes

const CHANNEL = 'CRON'
 

Detailed Description

Custom logger for an individual cron interval.

Since
5.1

Definition at line 21 of file Cron.php.

Member Function Documentation

static Elgg\Logger\Cron::factory ( array  $params = [])
static
Parameters
array$paramsadditional params:
  • (string) interval: a valid cron interval
  • () date: the start date of the cron
Returns
static
Exceptions
InvalidArgumentException

Definition at line 33 of file Cron.php.

Member Data Documentation

const Elgg\Logger\Cron::CHANNEL = 'CRON'
protected

Definition at line 23 of file Cron.php.


The documentation for this class was generated from the following file: