MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / fileLog

Function fileLog

scripts/logger.mjs:103–106  ·  view source on GitHub ↗
(level, message)

Source from the content-addressed store, hash-verified

101 * @param {string} message
102 */
103export function fileLog(level, message) {
104 if (!fileLogger) return;
105 fileLogger.log(level, stripAnsi(message));
106}

Callers 13

logServiceFunction · 0.90
logStepFunction · 0.90
logSuccessFunction · 0.90
logErrorFunction · 0.90
checkPrerequisitesFunction · 0.90
shutdownFunction · 0.90
printBannerFunction · 0.90
mainFunction · 0.90
spawnProcessFunction · 0.90
mainFunction · 0.90
dev-safe.mjsFile · 0.90

Calls 1

stripAnsiFunction · 0.70

Tested by

no test coverage detected