hedii / laravel-gelf-logger

A package to send gelf logs to a gelf compatible backend like graylog
MIT License
125 stars 33 forks source link

Lumen Application class compatibility added #6

Closed andrew-nuwber closed 5 years ago

hedii commented 5 years ago

Hi, have you tried it with the container contract (Illuminate\Contracts\Container) instead of the container implementation?

andrew-nuwber commented 5 years ago

@hedii, thank you for fast response It works well with the contract

hedii commented 5 years ago

Thanks @andrew-nuwber I merged everything in #7