Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ warningln
Method
warningln
client/log.go:34–38 ·
view source on GitHub ↗
(msgs ...any)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(c *QQClient) warningln(msgs ...any) {
35
if
c.logger != nil {
36
c.logger.Warning(log.Getcaller(fmt.Sprint(msgs...)))
37
}
38
}
39
40
func
(c *QQClient) error(msg string, args ...any) {
41
if
c.logger != nil {
Callers
nothing calls this directly
Calls
2
Getcaller
Function · 0.92
Warning
Method · 0.65
Tested by
no test coverage detected