MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setLogType

Method setLogType

src/openms/source/CONCEPT/ProgressLogger.cpp:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void ProgressLogger::setLogType(LogType type) const
211 {
212 type_ = type;
213 // remove the old logger
214 delete current_logger_;
215
216 current_logger_ = Factory<ProgressLogger::ProgressLoggerImpl>::create(logTypeToFactoryName_(type_));
217 }
218
219 ProgressLogger::LogType ProgressLogger::getLogType() const
220 {

Callers 15

alignFunction · 0.95
updateFromFileMethod · 0.80
saveFeatureMapToFileFunction · 0.80
saveConsensusMapToFileFunction · 0.80
savePepIdsToFileFunction · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
recalibrateMasses_Method · 0.80
align_Method · 0.80
quantifyFraction_Method · 0.80

Calls 1

createFunction · 0.50

Tested by 15

main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64
main_Method · 0.64