Properties
$memory Line 28
private$memory : int
$stopwatch Line 31
private$stopwatch : \Symfony\Component\Stopwatch\Stopwatch
$logger Line 34
private$logger : \Psr\Log\LoggerInterface
Methods
__construct() Line 36
public__construct(Stopwatch $stopwatch, LoggerInterface $logger) : mixed
Parameters
Returns
mixed —
execute() Line 45
Executes this middleware class.
publicexecute(Command $command, callable $next) : object
Parameters
Returns
object —
log() Line 74
Dispatches a logging request.
privatelog(string $message[, string $priority = LogLevel::INFO ][, array $parameters = [] ]) : void