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

Method Warn

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

Source from the content-addressed store, hash-verified

72}
73
74func (l *Logger) Warn(format string, args ...interface{}) {
75 l.Log(WARN, format, args...)
76}
77
78func (l *Logger) Important(format string, args ...interface{}) {
79 l.Log(IMPORTANT, format, args...)

Callers 4

GetRepositoriesFunction · 0.80
GetGistsFunction · 0.80
GetRepositoryFunction · 0.80
GetClientMethod · 0.80

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected