eXolnet / laravel-graylog

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

Feature/root acorn compatibility #7

Closed Gandhi11 closed 3 years ago

Gandhi11 commented 3 years ago

Description

Instead of using the Log Facade directly in the service provider, use a call after resolving on LogManager in order to support Root Acorn which does not defined the Log Facade as a primary facade.

Type of change

How Has This Been Tested?

Unit Tests

Checklist: