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

Method Info

core/log.go:82–84  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

80}
81
82func (l *Logger) Info(format string, args ...interface{}) {
83 l.Log(INFO, format, args...)
84}
85
86func (l *Logger) Debug(format string, args ...interface{}) {
87 l.Log(DEBUG, format, args...)

Callers 1

mainFunction · 0.80

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected