var w io.Writer
// 设置为你的 io.Writer var b bytes.Buffer fmt.Fprint(&b, "Hello World") w = &b fmt.Println("===== ", w) orm.DebugLog = orm.NewLog(w)