Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 169 Bytes

Log.md

File metadata and controls

9 lines (8 loc) · 169 Bytes

日志 Log

$log = Helper::log();
$log->pushHandler(new TestHandler());
$log->warning('Foo');
$log->error('bar');
文档 https://seldaek.github.io/monolog/