MCPcopy 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
12func (c *QQClient) SetLogger(logger log.Logger) {
13 c.logger = logger
14}
15
16func (c *QQClient) info(msg string, args ...any) {
17 if c.logger != nil {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected