MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / Debug

Method Debug

log/condlog.go:52–54  ·  view source on GitHub ↗
(s string, v ...any)

Source from the content-addressed store, hash-verified

50}
51
52func (cl *CondLogger) Debug(s string, v ...any) error {
53 return cl.log(DEBUG, "DEBUG "+s, v...)
54}
55
56func NewCondLogger(logger *log.Logger, verbosity int) *CondLogger {
57 return &CondLogger{verbosity: verbosity, logger: logger}

Callers 10

ValidMethod · 0.45
ValidateMethod · 0.45
ValidateMethod · 0.45
ValidateMethod · 0.45
WriteMethod · 0.45
sendReplyMethod · 0.45
HandleTunnelMethod · 0.45
StdIOHandlerFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected