bzikarsky / gelf-php

A php implementation to send log-files to a gelf compatible backend like graylog
MIT License
409 stars 85 forks source link

Provide `psr/log-implementation` #143

Closed evansims closed 1 year ago

evansims commented 1 year ago

Hello! 👋 I noticed that, at present, the library doesn't expressly identify itself as being a PSR-3 compatible provider (psr/log-implementation.) This can apparently be inferred by the psr/log requirement, but I'm not certain how reliably that works for downstream packages that require the implementation form.

Not sure if adding this interests you, but thought I'd throw it out there. Cheers! 👍

bzikarsky commented 1 year ago

🤔 I thought this was the case, maybe it got dropped at some point. Thank you for pointing it out. :-)