nearslog/nearslog

v0.0.9 2024-02-01 09:50 UTC

This package is auto-updated.

Last update: 2024-04-06 05:46:02 UTC


README

a Wrapper of MonoLog to record log for application and biz developer.```php

"nears"]; $logFilePath = "/tmp/biz.log"; $bizName = "nencao"; $loggerName = "anyname"; Logger::setGlobalLogConfig($bizName, $loggerName, $logFilePath); Logger::Info($message, $context); // 更多可能的断言... } ```