string
progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR')
Adds progress to a formatting session.
Parameters string $id The id of the formatting session string $buffer The message to display bool $error Whether to consider the buffer as error string $prefix The prefix for output string $errorPrefix The prefix for error output Return Value string