From 3fc7c01156c42bb834f0e1910ec7c421a13b2cc2 Mon Sep 17 00:00:00 2001 From: liangzy Date: Tue, 28 Apr 2020 17:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0read=20me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 892d529..1d2bdf7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ import "golib.gaore.com/GaoreGo/grlogs" grlogs.Get("test", 128).Info("hello word") grlogs.Get("test").Warning("hello word") ``` -lable 为通 +`Get` 方法中 `lable` 参数为标签,为识别分类所用,在Grlogs里一个分类使用一个管道进行日志 + 3. 进阶用法 ```go logger := grlogs.GetEs("wifi")