Categorygithub.com/oldsaltedfish/logf
modulepackage
0.0.0-20240412092022-907431efe878
Repository: https://github.com/oldsaltedfish/logf.git
Documentation: pkg.go.dev

# README

golang logger facade

golang logger facade, zap, logrus,and you also can implement other log lib by logf interface.

example

func main() {
    l, _ := zap.NewProduction()
    var Logger Logf = logger.NewZapLogger(l)
    Logger.Info("hello world")
}

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author