1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 15:44:34 +02:00

Update docs

This commit is contained in:
Jordi Boggiano
2022-05-09 00:07:56 +02:00
parent a71c4e0250
commit 38fd8efb89
4 changed files with 29 additions and 12 deletions

View File

@@ -21,6 +21,8 @@ abstract class provided by Monolog to keep things DRY.
```php
<?php
use Monolog\Level;
use Monolog\LevelName;
use Monolog\Logger;
use Monolog\Handler\AbstractProcessingHandler;