MCPcopy Create free account
hub / github.com/bepass-org/proxy / Debug

Method Debug

example/customLogger/logger.go:31–33  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

29}
30
31func (l *Logger) Debug(v ...interface{}) {
32 l.debugLog.Println(v...)
33}
34
35func (l *Logger) Error(v ...interface{}) {
36 l.errorLog.Println(v...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected