-
Notifications
You must be signed in to change notification settings - Fork 524
Closed
Labels
Description
Hi, I'm using your package with a proxy package https://github.com/geocoder-php/GeocoderLaravel.
I would like to log the Exception thrown here:
Geocoder/src/Provider/Chain/Chain.php
Lines 123 to 128 in 1bd7d59
| private function log($level, $message, array $context = []) | |
| { | |
| if ($this->logger) { | |
| $this->logger->log($level, $message, $context); | |
| } | |
| } |
but I have no clue how to inject a logger. I also didn't find anything in the documentation. Could you please help?