watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NOTICE, $link = NULL)
Esempio di chiamata:
watchdog('il tuo modulo', 'Descrizione',array(), WATCHDOG_INFO);
Parametri
$type: The category to which this message belongs. Can be any string, but the general practice is to use the name of the module calling watchdog().