CRM_Core_Error_Log
extends AbstractLogger
in package
Class CRM_Core_Error_Log
A PSR-3 wrapper for CRM_Core_Error.
Table of Contents
Properties
- $map : array<string|int, mixed>
Methods
- __construct() : mixed
- CRM_Core_Error_Log constructor.
- getMap() : array<string|int, mixed>
- log() : void
- Logs with an arbitrary level.
Properties
$map
public
array<string|int, mixed>
$map
Methods
__construct()
CRM_Core_Error_Log constructor.
public
__construct() : mixed
getMap()
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>log()
Logs with an arbitrary level.
public
log(mixed $level, string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
- $level : mixed
- $message : string
- $context : array<string|int, mixed> = []