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

Method setLogStream

pdal/PipelineExecutor.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117void PipelineExecutor::setLogStream(std::ostream& strm)
118{
119
120 LogPtr log(Log::makeLog("pypipeline", &strm));
121 log->setLevel(m_logLevel);
122 m_manager.setLog(log);
123
124}
125
126
127void PipelineExecutor::setLogLevel(int level)

Callers

nothing calls this directly

Calls 1

setLogMethod · 0.45

Tested by

no test coverage detected