MCPcopy Index your code
hub / github.com/dnote/dnote / Debug

Function Debug

pkg/server/log/log.go:175–177  ·  view source on GitHub ↗

Debug logs a debug message without additional fields

(msg string)

Source from the content-addressed store, hash-verified

173
174// Debug logs a debug message without additional fields
175func Debug(msg string) {
176 newEntry(Fields{}).Debug(msg)
177}
178
179// Info logs an info message without additional fields
180func Info(msg string) {

Callers 1

getEmailBackendFunction · 0.92

Calls 2

newEntryFunction · 0.85
DebugMethod · 0.80

Tested by

no test coverage detected