nx / scientist-psr3-journal
Scientist 的 PSR3 日志
0.1.2
2016-11-04 17:04 UTC
Requires
- daylerees/scientist: ^1.0
- psr/log: 1.0.*
Requires (Dev)
- phpunit/phpunit: >=4.8
This package is not auto-updated.
Last update: 2024-09-14 19:25:27 UTC
README
安装
composer require nx/scientist-psr3-journal
用法
$config = new \NX\Scientist\Journal\StandardConfig(); //or anything that implements \NX\Scientist\Journal\PSR3Config
$logger = new \Monolog\Monolog(); // or anything that implements Psr\Log\LoggerInterface
$psr3_journal = new \Scientist\Journals\PSR3Journal($logger, $config);