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.

Return Value

TimerInterface

at line 32
void log(float $api, RequestInterface $request, TimerInterface $timer, ResponseInterface $response = null, Exception $exception = null)

Log information about a request.

Parameters

float $api
RequestInterface $request
TimerInterface $timer
ResponseInterface $response
Exception $exception

Return Value

void