jbroadway / analog

PHP logging library that is highly extendable and simple to use.
MIT License
342 stars 48 forks source link

use new mongodb driver (if available) instead of the legacy driver #24

Closed tessus closed 8 years ago

tessus commented 8 years ago

The mongo driver is superseded by the new mongodb driver. The legacy driver is not compatible with PHP 7. This change allows the Mongo Handler to use the new driver, if available.

jbroadway commented 8 years ago

Thanks!