Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compodoc/compodoc
/ info
Method
info
src/utils/logger.ts:19–24 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
17
}
18
19
public info(...args) {
20
if
(!this.silent) {
21
return
;
22
}
23
this.logger(this.format(LEVEL.INFO, ...args));
24
}
25
26
public error(...args) {
27
this.logger(this.format(LEVEL.ERROR, ...args));
Callers
15
_isTabPane
Method · 0.45
removeTab
Method · 0.45
_isTabPane
Method · 0.45
removeTab
Method · 0.45
_isTabPane
Method · 0.45
removeTab
Method · 0.45
_isTabPane
Method · 0.45
removeTab
Method · 0.45
start
Method · 0.45
processPublicApi
Method · 0.45
parseApiMarkdownFiles
Method · 0.45
parseIndexFiles
Method · 0.45
Calls
1
format
Method · 0.95
Tested by
no test coverage detected