| 115 | |
| 116 | |
| 117 | void 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 | |
| 127 | void PipelineExecutor::setLogLevel(int level) |