mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -30,6 +30,14 @@ class CliRequestLogger extends Logger
|
||||
$this->requests = new Collection();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ConsoleOutputInterface
|
||||
*/
|
||||
public function getOutput()
|
||||
{
|
||||
return $this->output;
|
||||
}
|
||||
|
||||
public function logRequest(LoggedRequest $loggedRequest)
|
||||
{
|
||||
if ($this->requests->has($loggedRequest->id())) {
|
||||
|
||||
Reference in New Issue
Block a user