MCPcopy Create free account
hub / github.com/blues/note / logWarn

Function logWarn

lib/debug.go:134–140  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

132var warnLoggerFunc LogFunc
133
134func logWarn(ctx context.Context, format string, args ...interface{}) {
135 if warnLoggerFunc != nil {
136 warnLoggerFunc(ctx, format, args...)
137 } else {
138 defaultLogger(ctx, format, args...)
139 }
140}
141
142var errorLoggerFunc LogFunc
143

Callers 8

writeNotefileMethod · 0.85
readNotefileMethod · 0.85
sanityCheckOpenCountMethod · 0.85
eventMethod · 0.85
LogWarnMethod · 0.85
msgFromWireTraceFunction · 0.85
WireReadRequestFunction · 0.85
binExtractMethod · 0.85

Calls 1

defaultLoggerFunction · 0.85

Tested by

no test coverage detected