Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
backup::LOG_WARNING

If the logger was set for the converter, log the message.

If the logger was set for the converter, log the messageIf the $display is enabled, the spaces in the $message text are removed and the text is used as a string identifier in the core_backup language file.

See also
backup_helper\log()
Parameters
string$messagemessage text
int$levelmessage level {}
null | mixed$aadditional information
null | int$depththe message depth
bool$displaywhether the message should be sent to the output, too