MCPcopy Create free account
hub / github.com/code-pushup/cli / info

Method info

packages/utils/src/lib/logger.ts:118–120  ·  view source on GitHub ↗

* Logs an informational message to the console (unstyled). * * Automatically adapts to logger state if called within task, group, etc. * * @example * logger.info('Code PushUp CLI v0.80.2'); * * @param message Info text * @param options Additional options

(message: string, options?: LogOptions)

Source from the content-addressed store, hash-verified

116 * @param options Additional options
117 */
118 info(message: string, options?: LogOptions): void {
119 this.#log(message, undefined, options);
120 }
121
122 /**
123 * Logs a debug message to the console (gray), but **only if verbose** flag is set (see {@link isVerbose}).

Callers 15

persistEslintReportFunction · 0.80
logger-demo.tsFile · 0.80
cycleFunction · 0.80
index.tsFile · 0.80
cycleFunction · 0.80
index.tsFile · 0.80
logger.int.test.tsFile · 0.80
safeCheckoutFunction · 0.80
logStdoutSummaryFunction · 0.80
logAuditsFunction · 0.80
logCategoriesFunction · 0.80

Calls 1

#logMethod · 0.95

Tested by

no test coverage detected