package logx import "testing" func TestAlert(t *testing.T) { AddGlobalFields(LogField{ Key: "request.id", Value: "1111111", }) //Alert("alert") //Errorf("user:%s", "ac") ErrorStack("aa") }