moodle/backup/util/loggers
sam marshall 77b3d9dfdf MDL-38196 Backup/restore: Display log if non-empty
When doing a backup or restore operation with the normal user interface,
if there is anything in the backup/restore log, it will now be displayed
at the end of the process below the Continue button.

If you have developer debugging enabled, it sets the display level to
LOG_DEBUG and there will always be content in the log. Otherwise, it
uses LOG_INFO which generally means the log is empty, and nothing
displays (no visible change for users).
2013-10-08 11:00:11 +01:00
..
tests MDL-32323 always create test dirs using standard functions and close handles before delete 2012-04-10 15:27:07 +02:00
base_logger.class.php
core_backup_html_logger.class.php MDL-38196 Backup/restore: Display log if non-empty 2013-10-08 11:00:11 +01:00
database_logger.class.php MDL-36126 backup: changed the message column in the table backup_logs to a text field to prevent DB errors 2013-08-23 11:40:36 +08:00
error_log_logger.class.php MDL-32149 add backup tests and dropping of extra tables 2012-04-03 22:30:54 +02:00
file_logger.class.php MDL-29442 add missing utf-8 to entity html encoding and decoding 2012-12-09 18:21:38 +01:00
output_indented_logger.class.php MDL-29442 add missing utf-8 to entity html encoding and decoding 2012-12-09 18:21:38 +01:00
output_text_logger.class.php MDL-29442 add missing utf-8 to entity html encoding and decoding 2012-12-09 18:21:38 +01:00