Categorygithub.com/hellobchain/wswlog
repository
0.0.0-20221019060629-971ee56a4abf
Repository: https://github.com/hellobchain/wswlog.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

使用说明

声明日志对象

import 	"github.com/hellobchain/wswlog/wlogging"
      
var logger = wlogging.MustGetLoggerWithoutName()


修改日志级别
wlogging.SetGlobalLogLevel(logLevel)