From 6838c279a28e1088ac877a19ed36b59732ab1162 Mon Sep 17 00:00:00 2001 From: dongwei <838456736@qq.com> Date: Sat, 19 Jan 2019 15:45:03 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a1cf728..3fab477 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,12 @@ $result = app('rpc.sapi')->call('user.info',[13232]); ``` http://host/rpc/tool.html 调用工具 http://host/rpc/doc.html 文档地址 +``` + + +###更新日志 +2019-01-19: 日志封装 + +```php +$app->register(\JsonRpc\Providers\LoggerServiceProvider::class); // rpc logger ``` \ No newline at end of file