Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Interface to apply to all the classes we want to be able to write to logs. More...
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. | |
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