yanghui
2021-04-23 1ba7144578b8371842d9f6ef4159ff8c97932842
logc.go
@@ -2,6 +2,8 @@
import (
   "basic.com/valib/bhomebus.git"
   "bytes"
   "net/url"
   "encoding/json"
   "fmt"
@@ -46,6 +48,10 @@
   ProcName string
   ProcID string
)
func init() {
}
func InitBySock(sock *bhomebus.Socket, procId string, procName string) bool {
   msgChan = make(chan []byte, 100)
@@ -137,4 +143,6 @@
   }
}
func Log(userName, method, path, contentType, module string, body *bytes.Buffer, values url.Values) {
}