Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ SetLogger
Method
SetLogger
client/log.go:12–14 ·
view source on GitHub ↗
(logger log.Logger)
Source
from the content-addressed store, hash-verified
10
)
11
12
func
(c *QQClient) SetLogger(logger log.Logger) {
13
c.logger = logger
14
}
15
16
func
(c *QQClient) info(msg string, args ...any) {
17
if
c.logger != nil {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected