MCPcopy 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
191void Entry::writeToLog()
192{
193 manager()->write( mMetaData, mStream.str() );
194}
195
196// ----------------------------------------------------------------------------------------------------
197// Logger

Callers

nothing calls this directly

Calls 3

managerFunction · 0.85
writeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected