(msgs ...any)
| 44 | } |
| 45 | |
| 46 | func (c *QQClient) errorln(msgs ...any) { |
| 47 | if c.logger != nil { |
| 48 | c.logger.Error(log.Getcaller(fmt.Sprint(msgs...))) |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | func (c *QQClient) debug(msg string, args ...any) { |
| 53 | if c.logger != nil { |
no test coverage detected