graylog2/gelf-php
PHP library for creating and sending GELF messages to Graylog. Build structured log entries with additional fields, levels, and timestamps, and ship them over supported transports (e.g., UDP/TCP/HTTP) for centralized logging and analysis.
gelf-php 2.0.2
I have not encountered any issue in regards to the beta version from a few months ago, therefore I am stabilizing 1.0
This release also contains addition support for the SSL option verify_peer_name (thanks @inventor96)
This release is a port of the existing library for psr/log=3 and php>=8. Support for lower versions is dropped.
The library itself is mostly unchanged, with 2 small changes:
gelf 1.0 anymoreTransports do not implement the PublisherInterface anymoreIf you come across bugs, let me know. Otherwise I will tag a stable 2.0 some time soon.
Thanks for all your contributions
Better handling for fwrite return values in case of partial or failing writes.
Well, that was dumb. Removed a var_dump which sneaked into 1.5.2
mbstring.func_overload overloads strlen (thanks @EgorShevelev, @casskir)fromUrl()-constructor (#71) -- thanks @chrisnewAlso:
(Small) feature release
Maintenance release
This maintenance release turned out to be bigger than expected in the end. -- Thanks at all contributors!
Logger.
Thanks @chrisminett @AlexeyKupershtokhMessage::setVersion(..) to allow method chaining
Thanks @GummibeerAdded TCP transport for GELF messages, thanks @narigua
Added AMQP transport - Thanks @zhdanovartur
Thanks @hhatfield
Fixed minor composer schema error (provides vs provide)
This is considered a bugfix release since we only drop support for some old, buggy and no-longer-maintained PHP versions (5.3.0-5.3.8).
Added php7-dev to supported PHP versions
This is a maintenance release only - no change in functionality
export-ignore definitions for production-package-building via git exportE_WARNING messages from stream_client_create are now silenced (@joker806)How can I help you explore Laravel packages today?