Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
loggable Interface Reference

Interface to apply to all the classes we want to be able to write to logs. More...

Inheritance diagram for loggable:
backup_plan base_controller base_converter base_step base_task moodle1_file_manager moodle1_handler restore_plan

Public Member Functions

 log ($message, $level, $a=null, $depth=null, $display=false)
 This function will be responsible for handling the params, and to call to the corresponding logger->process() once all modifications in params have been performed.
 

Detailed Description

Interface to apply to all the classes we want to be able to write to logs.

Any class being part of one backup/restore and needing to senf informatio to logs must implement this interface (and have access to the @logger instantiated object)

TODO: Finish phpdocs


The documentation for this interface was generated from the following file: