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

Function logLabeledBullet

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

Source from the content-addressed store, hash-verified

182 * Log an info statement with a gray bullet at the start of the line.
183 */
184export function logLabeledBullet(
185 label: string,
186 message: string,
187 type: LogLevel = "info",
188 data: LogDataOrUndefined = undefined,
189): void {
190 logger[type](clc.cyan(clc.bold(`i ${label}:`)), message, data);
191}
192
193/**
194 * Log an info statement with a gray bullet at the start of the line.

Callers 15

ensureAccessFunction · 0.90
getRemoteSourceFunction · 0.90
prepareFunction · 0.90
loadCodebasesFunction · 0.90
executeLifecycleHooksFunction · 0.90
executeTaskQueueHookFunction · 0.90
validateMethod · 0.90
buildMethod · 0.90
discoverBuildMethod · 0.90
deploy.tsFile · 0.90
prepare.tsFile · 0.90
release.tsFile · 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…