Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ newLogMessage
Method
newLogMessage
source/Base/FileLogger.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void _FileLogger::newLogMessage(Priority priority, std::string const& message)
22
{
23
_outfile << message << std::endl;
24
}
Callers
1
log
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected