MCPcopy Create free account
hub / github.com/PasarGuard/node / recordProcessLog

Method recordProcessLog

backend/xray/log.go:50–56  ·  view source on GitHub ↗
(output string)

Source from the content-addressed store, hash-verified

48}
49
50func (c *Core) recordProcessLog(output string) {
51 if c.isStartupLogPhase() {
52 c.captureStartupLogLine(output)
53 return
54 }
55 c.captureRuntimeLogLine(output)
56}
57
58func (c *Core) captureStartupLogLine(output string) {
59 c.RecordStartupLog(output)

Callers 1

handleProcessExitMethod · 0.95

Calls 3

isStartupLogPhaseMethod · 0.95
captureStartupLogLineMethod · 0.95
captureRuntimeLogLineMethod · 0.95

Tested by

no test coverage detected