相关文章推荐
呐喊的皮蛋  ·  第02篇 ...·  3 月前    · 
func (MongoLog) Output(calldepth int, s string) error {
log.SetFlags(log.Lshortfile)
return log.Output(calldepth, s)
mgo.SetDebug(true)           // 设置DEBUG模式
mgo.SetLogger(new(MongoLog)) // 设置日志.