alonexy/pipe_log_store

v1.1.1 2020-07-24 02:44 UTC

This package is auto-updated.

Last update: 2024-04-24 11:32:57 UTC


README

基于Monlog 把log通过管道输出

调用方式

require_once __DIR__."/../vendor/autoload.php";

$PlogStore = new Alonexy\Pls\PlogStore();

$PlogStore->logStore("PlogStoreServce","logMessage",["user"=>'张三',time()],['id'=>111]);

$PlogStore->setTimeout(3)->isEnabledInfo(false)->logStore("PlogStoreServce","错误信息提示1",["user"=>'测试111',time()],['sdadafafxxx'=>111]);