MCPcopy Index your code
hub / github.com/angular/angular-cli / debug

Method debug

packages/angular_devkit/core/src/logger/logger.ts:24–24  ·  view source on GitHub ↗
(message: string, metadata?: JsonObject)

Source from the content-addressed store, hash-verified

22 createChild(name: string): Logger;
23 log(level: LogLevel, message: string, metadata?: JsonObject): void;
24 debug(message: string, metadata?: JsonObject): void;
25 info(message: string, metadata?: JsonObject): void;
26 warn(message: string, metadata?: JsonObject): void;
27 error(message: string, metadata?: JsonObject): void;

Callers 9

logger_spec.tsFile · 0.65
applyMethod · 0.65
applyMethod · 0.65
i18nInlineEmittedFilesFunction · 0.65
debugFunction · 0.65
debugFunction · 0.65

Implementers 1

Loggerpackages/angular_devkit/core/src/logge

Calls

no outgoing calls

Tested by

no test coverage detected