Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ infoln
Method
infoln
client/log.go:22–26 ·
view source on GitHub ↗
(msgs ...any)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(c *QQClient) infoln(msgs ...any) {
23
if
c.logger != nil {
24
c.logger.Info(fmt.Sprint(msgs...))
25
}
26
}
27
28
func
(c *QQClient) warning(msg string, args ...any) {
29
if
c.logger != nil {
Callers
nothing calls this directly
Calls
1
Info
Method · 0.65
Tested by
no test coverage detected