MCPcopy Create free account
hub / github.com/PDAL/PDAL / isDebug

Function isDebug

pdal/Stage.hpp:268–269  ·  view source on GitHub ↗

Determine whether the stage is in debug mode or not. \return The stage's debug state. */

Source from the content-addressed store, hash-verified

266 \return The stage's debug state.
267 */
268 bool isDebug() const
269 { return m_log && m_log->getLevel() > LogLevel::Debug; }
270
271 /**
272 Return the name of a stage.

Callers 2

setupLogMethod · 0.85
startLoggingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected