LoggerInterface
interface LoggerInterface
Methods
getTimer()
Returns a timer to be used to gather timing information for the next request.
void
log(float $api, RequestInterface $request, TimerInterface $timer, ResponseInterface $response = null, Exception $exception = null)
Log information about a request.
Details
at line 19
TimerInterface
getTimer()
Returns a timer to be used to gather timing information for the next request.
at line 32
void
log(float $api, RequestInterface $request, TimerInterface $timer, ResponseInterface $response = null, Exception $exception = null)
Log information about a request.