MCPcopy
hub / github.com/andeya/pholcus / Notice

Method Notice

logs/logs/log.go:312–318  ·  view source on GitHub ↗

Log NOTICE level message.

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

310
311// Log NOTICE level message.
312func (bl *BeeLogger) Notice(format string, v ...interface{}) {
313 if LevelNotice > bl.level {
314 return
315 }
316 msg := fmt.Sprintf("[N] "+format, v...)
317 bl.writerMsg(LevelNotice, msg)
318}
319
320// Log INFORMATIONAL level message.
321func (bl *BeeLogger) Informational(format string, v ...interface{}) {

Callers

nothing calls this directly

Calls 1

writerMsgMethod · 0.95

Tested by

no test coverage detected