Lines Matching refs:Monolog

1 # Monolog - Logging for PHP [![Continuous Integration](https://github.com/Seldaek/monolog/workflows…
7 Monolog sends your logs to files, sockets, inboxes, databases and various
15 As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels.
16 Internally Monolog still uses its own level scheme since it predates PSR-3.
31 use Monolog\Logger;
32 use Monolog\Handler\StreamHandler;
48 - [Extending Monolog](doc/04-extending.md)
51 ## Support Monolog Financially
53 Get supported Monolog and help fund the project with the [Tidelift Subscription](https://tidelift.c…
67 - Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support.
71 Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You sh…
80 can be used very easily with Monolog since it implements the interface.
81 - [Symfony](http://symfony.com) comes out of the box with Monolog.
82 - [Laravel](http://laravel.com/) comes out of the box with Monolog.
83 - [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog.
84 - [PPI](https://github.com/ppi/framework) comes out of the box with Monolog.
85 - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.co…
86 …/www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarm…
87 - [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog.
88 - [Aura.Web_Project](https://github.com/auraphp/Aura.Web_Project) comes out of the box with Monolog.
89 - [Nette Framework](http://nette.org/en/) is usable with Monolog via the [contributte/monolog](http…
90 - [Proton Micro Framework](https://github.com/alexbilbie/Proton) comes out of the box with Monolog.
91 - [FuelPHP](http://fuelphp.com/) comes out of the box with Monolog.
92 - [Equip Framework](https://github.com/equip/framework) comes out of the box with Monolog.
93 - [Yii 2](http://www.yiiframework.com/) is usable with Monolog via the [yii2-monolog](https://githu…
94 …[Hawkbit Micro Framework](https://github.com/HawkBitPhp/hawkbit) comes out of the box with Monolog.
95 - [SilverStripe 4](https://www.silverstripe.org/) comes out of the box with Monolog.
96 - [Drupal](https://www.drupal.org/) is usable with Monolog via the [monolog](https://www.drupal.org…
97 - [Aimeos ecommerce framework](https://aimeos.org/) is usable with Monolog via the [ai-monolog](htt…
98 - [Magento](https://magento.com/) comes out of the box with Monolog.
107 Monolog is licensed under the MIT License - see the [LICENSE](LICENSE) file for details