hook_watchdog
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_watchdog()
| Name | Location | Description |
|---|---|---|
| hook_watchdog | developer/hooks/core.php | Log an event message |
Functions called by hook_watchdog()
| Name | Location | Description |
|---|---|---|
| drupal_mail | includes/mail.inc | Compose and optionally send an e-mail message. |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| hook_watchdog | developer/hooks/core.php | Log an event message |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
