Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ writeToLog
Method
writeToLog
src/cinder/Log.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void Entry::writeToLog()
192
{
193
manager()->write( mMetaData, mStream.str() );
194
}
195
196
// ----------------------------------------------------------------------------------------------------
197
// Logger
Callers
nothing calls this directly
Calls
3
manager
Function · 0.85
write
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected