MCPcopy Create free account
hub / github.com/PDAL/PDAL / ~Log

Method ~Log

pdal/Log.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94Log::~Log()
95{
96 if (m_deleteStreamOnCleanup)
97 {
98 m_log->flush();
99 delete m_log;
100 }
101}
102
103
104void Log::floatPrecision(int level)

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected