From a6b4130e2a9f41f95aa5e0c53ca369ae7aec2d35 Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期二, 27 四月 2021 10:24:36 +0800
Subject: [PATCH] add timeout

---
 logc.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/logc.go b/logc.go
index e660ed7..28966dc 100644
--- a/logc.go
+++ b/logc.go
@@ -86,6 +86,9 @@
 	}
 }
 
+func SaveScheduleLog(category, level int, timeout time.Duration, msg string) {
+
+}
 
 
 //func Save(level int, logType int, v ...interface{}) {

--
Gitblit v1.8.0