Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/promptfoo/promptfoo
/ writeLog
Method
writeLog
src/python/stderr.ts:112–114 ·
view source on GitHub ↗
(level: StderrLevel, line: string)
Source
from the content-addressed store, hash-verified
110
}
111
112
private writeLog(level: StderrLevel, line: string): void {
113
logger[level](`${this.prefix}${line}`);
114
}
115
}
Callers
1
logLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected