Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
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