Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Progress trace class. More...
Public Member Functions | |
finished () | |
Called when the processing is finished. More... | |
output ($message, $depth=0) | |
Output an progress message in whatever format. More... | |
Progress trace class.
Use this class from long operations where you want to output occasional information about what is going on, but don't know if, or in what format, the output should be.
progress_trace::finished | ( | ) |
Called when the processing is finished.
Reimplemented in html_list_progress_trace, progress_trace_buffer, and combined_progress_trace.
|
abstract |
Output an progress message in whatever format.
string | $message | the message to output. |
integer | $depth | indent depth for this message. |
Reimplemented in null_progress_trace, text_progress_trace, html_progress_trace, html_list_progress_trace, error_log_progress_trace, progress_trace_buffer, and combined_progress_trace.