MCPcopy
hub / github.com/dnote/dnote / Info

Method Info

pkg/server/log/log.go:115–117  ·  view source on GitHub ↗

Info logs the given entry at an info level

(msg string)

Source from the content-addressed store, hash-verified

113
114// Info logs the given entry at an info level
115func (e Entry) Info(msg string) {
116 e.write(LevelInfo, msg)
117}
118
119// Warn logs the given entry at a warning level
120func (e Entry) Warn(msg string) {

Callers 6

SendEmailMethod · 0.80
GetSyncStateMethod · 0.80
LoggingFunction · 0.80
migrateFunction · 0.80
InfoFunction · 0.80
startCmdFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected