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

Function logDebug

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

Source from the content-addressed store, hash-verified

112var debugLoggerFunc LogFunc
113
114func logDebug(ctx context.Context, format string, args ...interface{}) {
115 if debugLoggerFunc != nil {
116 debugLoggerFunc(ctx, format, args...)
117 } else {
118 defaultLogger(ctx, format, args...)
119 }
120}
121
122var infoLoggerFunc LogFunc
123

Callers 15

writeNotefileMethod · 0.85
readNotefileMethod · 0.85
RequestMethod · 0.85
initNoteboxFunction · 0.85
uReopenNoteboxFunction · 0.85
OpenNoteboxFunction · 0.85
checkpointAllNoteboxesFunction · 0.85
checkpointMethod · 0.85
checkpointNotefileMethod · 0.85
NotefilesMethod · 0.85
CloseMethod · 0.85
uAddNotefileMethod · 0.85

Calls 1

defaultLoggerFunction · 0.85

Tested by 4

TestConcurrencyFunction · 0.68
parallelTestFunction · 0.68
parallelWorkFunction · 0.68
testNoteboxFunction · 0.68