MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / info

Method info

client/log.go:16–20  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

14}
15
16func (c *QQClient) info(msg string, args ...any) {
17 if c.logger != nil {
18 c.logger.Info(msg, args...)
19 }
20}
21
22func (c *QQClient) infoln(msgs ...any) {
23 if c.logger != nil {

Callers 1

connectMethod · 0.95

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected