modulepackage
2.0.5+incompatible
Repository: https://github.com/codingxiang/go-logger.git
Documentation: pkg.go.dev
# README
logger
如何使用
導入
go get -u --insecure github.com/codingXiang/go-logger
使用
創建實例
logger.Log = logger.NewLogger(logger.Logger{
Level: "debug",
Format: "json",
})
//Debug
logger.Log.Debug("test")
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author