CRM_Utils_SystemLogger
extends AbstractLogger
in package
implements
LoggerInterface
Tags
Table of Contents
Interfaces
- LoggerInterface
Methods
- log() : void
- Logs with an arbitrary level.
Methods
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> = []