Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
export
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.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected