package app//日志接口type Logger interface { Output(maxdepth int, s string) error} 转载于:https://www.cnblogs.com/zhangboyu/p/7457422.html