MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / logInfo

Function logInfo

webapp/_webapp/src/libs/logger.ts:1–4  ·  view source on GitHub ↗
(...data: unknown[])

Source from the content-addressed store, hash-verified

1export function logInfo(...data: unknown[]) {
2 // eslint-disable-next-line no-console
3 console.log("[PaperDebugger]", ...data);
4}
5
6export function logWarn(...data: unknown[]) {
7 console.warn("[PaperDebugger]", ...data);

Callers 10

main.tsxFile · 0.90
auth-store.tsFile · 0.90
handleRetryMethod · 0.90
handleSyncAndRetryMethod · 0.90
LoginWithAppleFunction · 0.90
updateMethod · 0.90
syncWordDocumentFunction · 0.90
syncGenericDocumentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected