Categorygithub.com/sandwich-go/boost
modulepackage
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# README

boost

boost 工具箱

设置 logger

通过 boost.InstallLogger 来设置自定义的 logger

自定义的 logger 需要实现以下接口

type Logger interface {
    Debug(string)
    Info(string)
    Warn(string)
    Error(string)
    Fatal(string)
}

# Packages

Code generated by tools.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package singleflight provides a duplicate function call suppression mechanism.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Code generated by tools.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Code generated by tools.
Code generated by tools.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Code generated by tools.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

InstallLogger 安装 log.Logger.
LogDebug 输出 info.
No description provided by the author
LogError 输出 info.
LogErrorAndEatError 输出 err.
No description provided by the author
LogFatal 输出 info.
No description provided by the author
LogInfo 输出 info.
No description provided by the author
LogWarn 输出 info.
No description provided by the author