MCPcopy
hub / github.com/caprover/caprover / log

Method log

src/user/BuildLog.ts:28–34  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

26 }
27
28 log(msg: string) {
29 msg = (msg || '') + ''
30 this.lines.shift()
31 this.lines.push(msg)
32 this.firstLineNumber++
33 Logger.dev(msg)
34 }
35
36 getLogs() {
37 const self = this

Callers 15

onBuildFailedMethod · 0.95
requestFunction · 0.80
server.tsFile · 0.80
startServerFunction · 0.80
overrideConfigFromFileFunction · 0.80
checkSystemReqFunction · 0.80
printErrorFunction · 0.80
printTroubleShootingUrlFunction · 0.80
installFunction · 0.80
dMethod · 0.80
wMethod · 0.80

Calls 2

pushMethod · 0.80
devMethod · 0.80

Tested by

no test coverage detected