MCPcopy
hub / github.com/dnote/dnote / Debug

Method Debug

pkg/server/log/log.go:110–112  ·  view source on GitHub ↗

Debug logs the given entry at a debug level

(msg string)

Source from the content-addressed store, hash-verified

108
109// Debug logs the given entry at a debug level
110func (e Entry) Debug(msg string) {
111 e.write(LevelDebug, msg)
112}
113
114// Info logs the given entry at an info level
115func (e Entry) Info(msg string) {

Callers 2

migrateFunction · 0.80
DebugFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected