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

Function logError

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

Source from the content-addressed store, hash-verified

142var errorLoggerFunc LogFunc
143
144func logError(ctx context.Context, format string, args ...interface{}) {
145 if errorLoggerFunc != nil {
146 errorLoggerFunc(ctx, format, args...)
147 } else {
148 defaultLogger(ctx, format, args...)
149 }
150}
151
152var timerBeginFunc LogTimerBeginFunc
153

Callers 14

deletionForbiddenFunction · 0.85
autoCheckpointFunction · 0.85
autoPurgeFunction · 0.85
checkpointNotefileMethod · 0.85
OpenNotefileMethod · 0.85
CloseMethod · 0.85
sanityCheckOpenCountMethod · 0.85
MergeNoteboxMethod · 0.85
DebugSetFunction · 0.85
WriteJSONMethod · 0.85
HubRequestFunction · 0.85
eventMethod · 0.85

Calls 1

defaultLoggerFunction · 0.85

Tested by

no test coverage detected