MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/logging.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41/** Class used for logging to the console and to a ng-dev log file. */
42export abstract class Log {
43 /** Write to the console for at INFO logging level */
44 static info = buildLogLevelFunction(() => console.info, LogLevel.INFO, null);
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected