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

Function info

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

Source from the content-addressed store, hash-verified

89 emitLog(sink, "debug", options.tag, message, metadata);
90 },
91 info(message, metadata) {
92 emitLog(sink, "info", options.tag, message, metadata);
93 },
94 warn(message, metadata) {
95 emitLog(sink, "warn", options.tag, message, metadata);
96 },

Callers

nothing calls this directly

Calls 1

emitLogFunction · 0.85

Tested by

no test coverage detected