conn_test.go 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package logs import ( "testing" ) func TestConn(t *testing.T) { log := NewLogger(1000) log.SetLogger("conn", `{"net":"tcp","addr":":7020"}`) log.Info("info") }