MercurialProcessor
in package
implements
ProcessorInterface
Injects Hg branch and Hg revision number in all records
Tags
Interfaces, Classes, Traits and Enums
- ProcessorInterface
- An optional interface to allow labelling Monolog processors.
Table of Contents
- $cache : mixed
- $level : Level
- __construct() : mixed
- __invoke() : array<string|int, mixed>
- getMercurialInfo() : array<string|int, mixed>
Properties
$cache
private
static mixed
$cache
= null
array{branch: string, revision: string}|array
$level
private
Level
$level
Methods
__construct()
public
__construct([int|string $level = Logger::DEBUG ]) : mixed
Parameters
- $level : int|string = Logger::DEBUG
-
The minimum logging level at which this Processor will be triggered
Tags
Return values
mixed —__invoke()
public
__invoke(array<string|int, mixed> $record) : array<string|int, mixed>
Parameters
- $record : array<string|int, mixed>
Return values
array<string|int, mixed> —The processed record
getMercurialInfo()
private
static getMercurialInfo() : array<string|int, mixed>