MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / sendMiscLogRequest

Function sendMiscLogRequest

src/scripts/logging/logManager.ts:42–44  ·  view source on GitHub ↗
(data: LogManager.MiscLogEventData, keysToCamelCase: boolean)

Source from the content-addressed store, hash-verified

40 * Sends an event to console with relevant data as query parameters
41 */
42export function sendMiscLogRequest(data: LogManager.MiscLogEventData, keysToCamelCase: boolean): void {
43 console.warn(JSON.stringify({ label: data.label, category: data.category, properties: data.properties }));
44}

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected