MCPcopy
hub / github.com/gitify-app/gitify / rendererLogInfo

Function rendererLogInfo

src/renderer/utils/core/logger.ts:16–22  ·  view source on GitHub ↗
(
  type: string,
  message: string,
  notification?: GitifyNotification,
)

Source from the content-addressed store, hash-verified

14 * @param notification - Optional notification to include as context in the log entry.
15 */
16export function rendererLogInfo(
17 type: string,
18 message: string,
19 notification?: GitifyNotification,
20) {
21 logInfo(type, message, buildContexts(notification));
22}
23
24/**
25 * Logs a warning message from the renderer process.

Callers 4

handleResetFunction · 0.90
addAccountFunction · 0.90
performGitHubWebOAuthFunction · 0.90
logger.test.tsFile · 0.90

Calls 2

logInfoFunction · 0.90
buildContextsFunction · 0.85

Tested by

no test coverage detected