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

Function Info

pkg/server/log/log.go:180–182  ·  view source on GitHub ↗

Info logs an info message without additional fields

(msg string)

Source from the content-addressed store, hash-verified

178
179// Info logs an info message without additional fields
180func Info(msg string) {
181 newEntry(Fields{}).Info(msg)
182}
183
184// Error logs an error message without additional fields
185func Error(msg string) {

Callers

nothing calls this directly

Calls 2

newEntryFunction · 0.85
InfoMethod · 0.80

Tested by

no test coverage detected