You are here

function rules_watchdog in Rules 7.2

Implements hook_watchdog().

Related topics

File

modules/events.inc, line 199
Invokes events on behalf core modules.

Code

function rules_watchdog($log_entry) {
  rules_invoke_event('watchdog', $log_entry);
}