array( 'label' => t('Watchdog logs an event'), 'module' => 'Watchdog Rules', 'arguments' => array( 'watchdog_user' => array('type' => 'user', 'label' => t('The logged in user when watchdog was called')), 'watchdog_message' => array('type' => 'watchdog', 'label' => t('The watchdog log message')), ), ), ); }