package app
//日志接口
type Logger interface {
Output(maxdepth int, s string) error
}
logger.go
原文:http://www.cnblogs.com/zhangboyu/p/7457422.html