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

Fix #151 make gelf php compatible with psr log 1.0 #152

Closed Ocramius closed 1 year ago

Ocramius commented 1 year ago

Fixes #151

This patch is targeting master, but is aimed at 2.0.1 (to be released as a patch).

Also very happy to send a follow-up after a 2.0.1 release, to drop psr/log:^1 support, and re-introduce the type declarations :-)

bzikarsky commented 1 year ago

Thanks! 😊

bzikarsky commented 1 year ago

Tagged 2.0.1

Ocramius commented 1 year ago

Awesome, thanks!