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

Function Error

pkg/server/log/log.go:185–187  ·  view source on GitHub ↗

Error logs an error message without additional fields

(msg string)

Source from the content-addressed store, hash-verified

183
184// Error logs an error message without additional fields
185func Error(msg string) {
186 newEntry(Fields{}).Error(msg)
187}
188
189// ErrorWrap logs an error message without additional fields. It annotates the given error's
190// message with the given message

Callers

nothing calls this directly

Calls 2

newEntryFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected