We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f8702 commit 9bdd0a8Copy full SHA for 9bdd0a8
alog.go
@@ -49,6 +49,7 @@ func (a *ALog) SetLogTag(tag string) {
49
50
// SetLogLevel 设置日志输出级别
51
func (a *ALog) SetLogLevel(level log.LogLevel) {
52
+ a.config.Console.Level = level
53
a.config.Global.Level = level
54
}
55
0 commit comments