CRM_Core_JobLogger
extends AbstractLogger
in package
Write log messages to the civicrm_job_log table.
Table of Contents
Methods
- log() : void
- Logs with an arbitrary level.
Methods
log()
Logs with an arbitrary level.
public
log(string $level, string $message[, CRM_Core_ScheduledJob, source: ?string, effective: ?array, singleRun: ?array} $context = [] ]) : void
Parameters
- $level : string
- $message : string
- $context : CRM_Core_ScheduledJob, source: ?string, effective: ?array, singleRun: ?array} = []