MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / debug

Function debug

src/utils/tasknotesLogger.ts:85–90  ·  view source on GitHub ↗
(message, metadata)

Source from the content-addressed store, hash-verified

83
84 return {
85 debug(message, metadata) {
86 if (!isDebugEnabled()) {
87 return;
88 }
89 emitLog(sink, "debug", options.tag, message, metadata);
90 },
91 info(message, metadata) {
92 emitLog(sink, "info", options.tag, message, metadata);
93 },

Callers

nothing calls this directly

Calls 1

emitLogFunction · 0.85

Tested by

no test coverage detected