MCPcopy Create free account
hub / github.com/angular/components / debug

Method debug

src/cdk/schematics/update-tool/logger.ts:10–10  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

8
9export interface UpdateLogger {
10 debug(message: string): void;
11 error(message: string): void;
12 fatal(message: string): void;
13 info(message: string): void;

Callers 1

logger.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected