MCPcopy 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
22func (c *QQClient) infoln(msgs ...any) {
23 if c.logger != nil {
24 c.logger.Info(fmt.Sprint(msgs...))
25 }
26}
27
28func (c *QQClient) warning(msg string, args ...any) {
29 if c.logger != nil {

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected