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

Method Warn

pkg/server/log/log.go:120–122  ·  view source on GitHub ↗

Warn logs the given entry at a warning level

(msg string)

Source from the content-addressed store, hash-verified

118
119// Warn logs the given entry at a warning level
120func (e Entry) Warn(msg string) {
121 e.write(LevelWarn, msg)
122}
123
124// Error logs the given entry at an error level
125func (e Entry) Error(msg string) {

Callers 3

PasswordUpdateMethod · 0.80
ProfileUpdateMethod · 0.80
LimitMethod · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected