* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespaceMonolog\Test;
useMonolog\Logger;
useMonolog\DateTimeImmutable;
useMonolog\Formatter\FormatterInterface;
/**
* Lets you easily generate log records and a dummy formatter for testing purposes
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @phpstan-import-type Record from \Monolog\Logger
* @phpstan-import-type Level from \Monolog\Logger
*
* @internal feel free to reuse this to test your own handlers, this is marked internal to avoid issues with PHPStorm https://github.com/Seldaek/monolog/issues/1677