Class RequestId

Summary

Fully Qualified Name: Zend\Log\Processor\RequestId
Implements: ProcessorInterface

Description

Methods

Name Description Defined By
process() Adds an identifier for the request to the log, unless one has already been set. RequestId

Method Details

process()

Adds an identifier for the request to the log, unless one has already been set.

This enables to filter the log for messages belonging to a specific request

Parameter Name Type Description
$event array event

Returns: array event data

Top