自定义日志替换

web.Log日志接口

type Log interface {
    Info(...interface{})
    Error(...interface{})
    Debug(...interface{})
    Panic(...interface{})
    Warn(...interface{})
}
最后编辑: kuteng  文档更新时间: 2023-06-23 15:03   作者:kuteng