# README
logger
如何使用
導入
go get github.com/codingXiang/go-logger/v2
使用
創建實例
logger.Log = logger.NewLogger(logger.Logger{
Level: "debug",
Format: "json",
})
//Debug
logger.Log.Debug("test")
# 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
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
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
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