Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NtQuery/Scylla
/ write
Method
write
Scylla/Logger.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void Logger::write(const CHAR * str)
42
{
43
write(ATL::CA2W(str));
44
}
45
46
FileLog::FileLog(const WCHAR * fileName)
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected