Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
103
export
function
fileLog(level, message) {
104
if
(!fileLogger)
return
;
105
fileLogger.log(level, stripAnsi(message));
106
}
Callers
13
logService
Function · 0.90
logStep
Function · 0.90
logSuccess
Function · 0.90
logError
Function · 0.90
checkPrerequisites
Function · 0.90
shutdown
Function · 0.90
printBanner
Function · 0.90
main
Function · 0.90
dev-with-automation.mjs
File · 0.90
spawnProcess
Function · 0.90
main
Function · 0.90
dev-safe.mjs
File · 0.90
Calls
1
stripAnsi
Function · 0.70
Tested by
no test coverage detected