Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ startLogging
Method
startLogging
pdal/Stage.cpp:474–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
473
474
void Stage::startLogging() const
475
{
476
m_log->pushLeader(m_logLeader);
477
gdal::ErrorHandler::getGlobalErrorHandler().set(m_log, isDebug());
478
}
479
480
481
void Stage::stopLogging() const
Callers
4
prepare
Method · 0.80
ready
Method · 0.80
done
Method · 0.80
execute
Method · 0.80
Calls
2
isDebug
Function · 0.85
set
Method · 0.45
Tested by
no test coverage detected