MCPcopy
hub / github.com/eth0izzle/shhgit / SetDebug

Method SetDebug

core/log.go:37–39  ·  view source on GitHub ↗
(d bool)

Source from the content-addressed store, hash-verified

35}
36
37func (l *Logger) SetDebug(d bool) {
38 l.debug = d
39}
40
41func (l *Logger) Log(level int, format string, args ...interface{}) {
42 l.Lock()

Callers 1

InitLoggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected