MCPcopy Index your code
hub / github.com/imroc/req / logger

Struct logger

logger.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36func (l *disableLogger) Debugf(format string, v ...any) {}
37
38type logger struct {
39 l *log.Logger
40}
41
42func (l *logger) Errorf(format string, v ...any) {
43 l.output("ERROR", format, v...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected