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

Method warn

src/utils/tasknotesLogger.ts:19–19  ·  view source on GitHub ↗
(message: string, metadata?: TaskNotesLogMetadata)

Source from the content-addressed store, hash-verified

17 debug(message: string, metadata?: TaskNotesLogMetadata): void;
18 info(message: string, metadata?: TaskNotesLogMetadata): void;
19 warn(message: string, metadata?: TaskNotesLogMetadata): void;
20 error(message: string, metadata?: TaskNotesLogMetadata): void;
21 child(tag: string | (() => string)): TaskNotesLogger;
22}

Callers 15

copyToDestinationFunction · 0.80
ensureBasesViewFilesMethod · 0.80
ensureStarterNoteMethod · 0.80
openTagsPaneMethod · 0.80
buildMenuMethod · 0.80
refreshTaskDataMethod · 0.80
readTaskEditFrontmatterFunction · 0.80
parseDateToLocalInternalFunction · 0.80
formatTimeFunction · 0.80
formatDateTimeFunction · 0.80
combineDateAndTimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected