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

Method Error

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

Source from the content-addressed store, hash-verified

68}
69
70func (l *Logger) Error(format string, args ...interface{}) {
71 l.Log(ERROR, format, args...)
72}
73
74func (l *Logger) Warn(format string, args ...interface{}) {
75 l.Log(WARN, format, args...)

Callers 2

processRepositoryOrGistFunction · 0.80
LogIfErrorFunction · 0.80

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected