ProgressLogger
- class pyopenms.ProgressLogger
Bases:
objectCython implementation of _ProgressLogger
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1ProgressLogger.html
Use startProgress, setProgress and endProgress for the actual logging
- __init__()
Cython signature: void ProgressLogger()
Cython signature: void ProgressLogger(ProgressLogger &)
Methods
Cython signature: void ProgressLogger()
Cython signature: void endProgress() Ends the progress display
Cython signature: LogType getLogType() Returns the type of progress log being used
Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)
Cython signature: void setLogType(LogType) Sets the progress log that should be used.
Cython signature: void setProgress(ptrdiff_t value) Sets the current progress
Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)
- endProgress()
Cython signature: void endProgress() Ends the progress display
- getLogType()
Cython signature: LogType getLogType() Returns the type of progress log being used
- nextProgress()
Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)
- setLogType()
Cython signature: void setLogType(LogType) Sets the progress log that should be used. The default type is NONE!
- setProgress()
Cython signature: void setProgress(ptrdiff_t value) Sets the current progress
- startProgress()
Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)