LogEntry
class LogEntry
Methods
__construct(string $api, RequestInterface $request, float|null $duration, ResponseInterface $response = null, Exception $exception = null)
LogEntry constructor.
string
getApi()
No description
RequestInterface
getRequest()
No description
Exception|null
getException()
No description
float
getDuration()
No description
Details
at line 50
__construct(string $api, RequestInterface $request, float|null $duration, ResponseInterface $response = null, Exception $exception = null)
LogEntry constructor.