-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
3.0.4
-
None
-
MOODLE_30_STABLE
The new event api introduced in Moodle 2.6 provides a notification mechanism and single collection point for actions within Moodle. The Events system also defines information about events that can be extended with additional information and functionality by core code and plugins, as needed.
To transition from the old logging system to the new, we need to replace all add_log calls to event triggering. Important events should be added as needed.
Logging points:
• MH Campus access
• Help link access
• Web service request
• Web service response