MCPcopy Create free account
hub / github.com/Masterminds/glide / Debug

Method Debug

msg/msg.go:81–87  ·  view source on GitHub ↗

Debug logs debug information

(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

79
80// Debug logs debug information
81func (m *Messenger) Debug(msg string, args ...interface{}) {
82 if m.Quiet || !m.IsDebugging {
83 return
84 }
85 prefix := "[DEBUG]\t"
86 m.Msg(prefix+msg, args...)
87}
88
89// Debug logs debug information using the Default Messenger
90func Debug(msg string, args ...interface{}) {

Callers 15

startupFunction · 0.80
SetupFunction · 0.80
LockFunction · 0.80
UnlockFunction · 0.80
putMethod · 0.80
DebugFunction · 0.80
wizardFindVersionsFunction · 0.80
findCurrentBranchFunction · 0.80
EnsureVendorDirFunction · 0.80
PluginFunction · 0.80
guessDepsFunction · 0.80
UpdateMethod · 0.80

Calls 1

MsgMethod · 0.95

Tested by

no test coverage detected