liuxiaolong
2020-11-10 225df4e8285da0ccfe56cb914ef5980b4decbe89
logger.go
@@ -14,7 +14,7 @@
}
func (l *BLog) Write(buf []byte) (n int, err error) {
   l.logger.Debug(string(buf))
   l.logger.Debug(strings.Replace(string(buf),"\n","", -1))
   return len(buf),nil
}