MCPcopy
hub / github.com/github/gh-ost / Info

Method Info

go/base/default_logger.go:26–28  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

24}
25
26func (*simpleLogger) Info(args ...interface{}) {
27 log.Info(args[0].(string), args[1:])
28}
29
30func (*simpleLogger) Infof(format string, args ...interface{}) {
31 log.Infof(format, args...)

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected