eXolnet / laravel-graylog

This package extends Laravel’s log package to add a graylog channel.
MIT License
7 stars 2 forks source link

Extract transports creation into a factory #3

Closed xel1045 closed 4 years ago

xel1045 commented 4 years ago

Description

That way, transport creation is centralized into a class with a single concern. This PR also align available transports based on exolnet/wp-graylog. Finally, this PR remove the usage of the GRAYLOG_SECURE parameter.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Units tests have been added to test the new TransportFactory.

Checklist: