function notifications_debug in Notifications 6.3
Same name and namespace in other branches
- 6.4 notifications.module \notifications_debug()
- 6.2 notifications.module \notifications_debug()
Short hand for debug logs
2 calls to notifications_debug()
- notifications_message_send in ./
notifications.cron.inc - Message sending, pass the message to Messaging back end
- notifications_process_send in ./
notifications.cron.inc - Send array of messages through messaging module
File
- ./
notifications.module, line 1889 - Notifications module
Code
function notifications_debug($message = NULL, $variables = NULL) {
return messaging_debug($message, $variables);
}