aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

Logger Update 1) Custom Log Driver Update #31

Closed JohnRoux closed 4 years ago

JohnRoux commented 4 years ago

Updated the config with some nice helper text Updated ServiceProvider to allow for custom drivers without overriding the Service Provider, but instead just parsing through a class name. Updated Readme to reflect the override option change

https://github.com/aungwinthant/apilogger/issues/30