MCPcopy
hub / github.com/callumalpass/tasknotes / error

Function error

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

Source from the content-addressed store, hash-verified

95 emitLog(sink, "warn", options.tag, message, metadata);
96 },
97 error(message, metadata) {
98 emitLog(sink, "error", options.tag, message, metadata);
99 },
100 child(tag) {
101 const parentTag = options.tag;
102 return createTaskNotesLogger({

Callers

nothing calls this directly

Calls 1

emitLogFunction · 0.85

Tested by

no test coverage detected