1 Star 0 Fork 0

葱先生/gosnmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logger.go 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
//go:build gosnmp_nodebug
// +build gosnmp_nodebug
// When building, specify the gosnmp_nodebug tag and logging will be completely disabled
// for example: go build -tags gosnmp_nodebug
package gosnmp
func (l *Logger) Print(v ...interface{}) {
}
func (l *Logger) Printf(format string, v ...interface{}) {
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/himrcong/gosnmp.git
git@gitee.com:himrcong/gosnmp.git
himrcong
gosnmp
gosnmp
master

搜索帮助