package
1.0.4
Repository: https://github.com/obse4/gocommon.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

goCommon logger

初始化

import "github.com/obse4/goCommon/logger"

func main() {
    logger.InitLogger(&logger.LogConfig{
		LogOut:   true,
		StayDay:  1,
	})
}

使用

import "github.com/obse4/goCommon/logger"

func main() {
    logger.Debug("Hello %s", "world")
}

配置文件

查看配置logger.LogConfig