You are here

function notifications_debug in Notifications 6.2

Same name and namespace in other branches
  1. 6.4 notifications.module \notifications_debug()
  2. 6.3 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 1901
Notifications module

Code

function notifications_debug($message = NULL, $variables = NULL) {
  return messaging_debug($message, $variables);
}