constant WATCHDOG_ERROR
- 7.x drupal-7.x/includes/bootstrap.inc WATCHDOG_ERROR
- 6.x drupal-6.x/includes/bootstrap.inc WATCHDOG_ERROR
Log message severity -- Error conditions.
Related topics
30 uses of WATCHDOG_ERROR
- actions_do in drupal-7.x/
includes/ actions.inc - Performs a given list of actions by executing their callback functions.
- DBLogTestCase::getSeverityConstant in drupal-7.x/
modules/ dblog/ dblog.test - Gets the watchdog severity constant corresponding to the CSS class.
- dblog_overview in drupal-7.x/
modules/ dblog/ dblog.admin.inc - Page callback: Displays a listing of database log messages.
- drupal_chmod in drupal-7.x/
includes/ file.inc - Sets the permissions on a file or directory.
- drupal_convert_to_utf8 in drupal-7.x/
includes/ unicode.inc - Converts data to UTF-8.
File
- drupal-7.x/
includes/ bootstrap.inc, line 93 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_ERROR', 3)