yanghui
2021-04-27 d365ad7df565d77b71d2741f403a3025e1fb0051
logc.go
@@ -86,8 +86,10 @@
   }
}
func SaveScheduleLog(category, level int, msg string) {
func SaveScheduleLog(category, level int, timeout time.Duration, msg string) {
   if msg == "" {
      return
   }
}