Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
Log::~Log()
95
{
96
if (m_deleteStreamOnCleanup)
97
{
98
m_log->flush();
99
delete m_log;
100
}
101
}
102
103
104
void Log::floatPrecision(int level)
Callers
nothing calls this directly
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected