__construct() __construct(\Psr\Log\LoggerInterface $logger) : mixed Parameters \Psr\Log\LoggerInterface $logger Returns mixed —
execute() execute(\phpDocumentor\Reflection\Middleware\Command $command, callable $next) : object Parameters \phpDocumentor\Reflection\Middleware\Command $command callable $next Returns object —
log() log(string $message, string $priority = LogLevel::INFO, array $parameters = []) : void Dispatches a logging request. Parameters string $message string $priority array $parameters