MCPcopy Index your code
hub / github.com/gitify-app/gitify / logInfo

Function logInfo

src/shared/logger.ts:19–25  ·  view source on GitHub ↗
(
  type: string,
  message: string,
  contexts: string[] = [],
)

Source from the content-addressed store, hash-verified

17 * @param contexts - Optional array of context strings appended to the log entry.
18 */
19export function logInfo(
20 type: string,
21 message: string,
22 contexts: string[] = [],
23) {
24 logMessage(log.info, type, message, undefined, contexts);
25}
26
27/**
28 * Logs a warning message via electron-log.

Callers 9

rendererLogInfoFunction · 0.90
takeScreenshotFunction · 0.90
startMethod · 0.90
registerListenersMethod · 0.90
performInitialCheckMethod · 0.90
runScheduledCheckMethod · 0.90
handleProtocolURLFunction · 0.90
preventSecondInstanceFunction · 0.90
logger.test.tsFile · 0.90

Calls 1

logMessageFunction · 0.85

Tested by

no test coverage detected