MCPcopy Create free account
hub / github.com/firebase/firebase-tools / logLabeledSuccess

Function logLabeledSuccess

src/utils.ts:161–168  ·  view source on GitHub ↗
(
  label: string,
  message: string,
  type: LogLevel = "info",
  data: LogDataOrUndefined = undefined,
)

Source from the content-addressed store, hash-verified

159 * Log an info statement with a green checkmark at the start of the line.
160 */
161export function logLabeledSuccess(
162 label: string,
163 message: string,
164 type: LogLevel = "info",
165 data: LogDataOrUndefined = undefined,
166): void {
167 logger[type](clc.green(clc.bold(`${SUCCESS_CHAR} ${label}:`)), message, data);
168}
169
170/**
171 * Log an info statement with a gray bullet at the start of the line.

Callers 15

uploadCodebaseFunction · 0.90
ensureAccessFunction · 0.90
executeTaskQueueHookFunction · 0.90
getNodeBinaryMethod · 0.90
release.tsFile · 0.90
runDeploysFunction · 0.90
updateTsConfigFunction · 0.90
installNpmPackagesFunction · 0.90
generateSampleFileFunction · 0.90
updatePackageJsonFunction · 0.90
promptForCloudSQLFunction · 0.90
chooseAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…