package interfaces type Logger interface { // Error 级别日志 Error(...interface{}) // Info 级别错误 Info(...interface{}) }