MCPcopy 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
474void Stage::startLogging() const
475{
476 m_log->pushLeader(m_logLeader);
477 gdal::ErrorHandler::getGlobalErrorHandler().set(m_log, isDebug());
478}
479
480
481void Stage::stopLogging() const

Callers 4

prepareMethod · 0.80
readyMethod · 0.80
doneMethod · 0.80
executeMethod · 0.80

Calls 2

isDebugFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected