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.
drupal_deliver_page in drupal-7.x/includes/common.inc
Delivers a page callback result to the browser in the appropriate format.
drupal_error_levels in drupal-7.x/includes/errors.inc
Maps PHP error constants to watchdog severity levels.
drupal_mail in drupal-7.x/includes/mail.inc
Composes and optionally sends an e-mail message.
file_create_htaccess in drupal-7.x/includes/file.inc
Creates a .htaccess file in the given directory.
file_unmanaged_copy in drupal-7.x/includes/file.inc
Copies a file to a new location without invoking the file API.
file_unmanaged_delete in drupal-7.x/includes/file.inc
Deletes a file without database changes or hook invocations.
hook_watchdog in drupal-7.x/modules/system/system.api.php
Log an event message.
image_crop_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Crop an image resource.
image_desaturate_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Desaturate (grayscale) an image resource.
image_resize_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Resize an image resource.
image_rotate_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Rotate an image resource.
image_scale_and_crop_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Scale and crop an image resource.
image_scale_effect in drupal-7.x/modules/image/image.effects.inc
Image effect callback; Scale an image resource.
image_style_create_derivative in drupal-7.x/modules/image/image.module
Creates a new image derivative based on an image style.
image_toolkit_invoke in drupal-7.x/includes/image.inc
Invokes the given method using the currently selected toolkit.
locale_translate_import_form_submit in drupal-7.x/modules/locale/locale.admin.inc
Process the locale import form submission.
system_check_directory in drupal-7.x/modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_cron in drupal-7.x/modules/system/system.module
Implements hook_cron().
user_admin_settings in drupal-7.x/modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_cancel in drupal-7.x/modules/user/user.module
Cancel a user account.
watchdog_exception in drupal-7.x/includes/bootstrap.inc
Logs an exception.
watchdog_severity_levels in drupal-7.x/includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.
_drupal_decode_exception in drupal-7.x/includes/errors.inc
Decodes an exception and retrieves the correct caller.
_form_validate in drupal-7.x/includes/form.inc
Performs validation on form elements.
_locale_rebuild_js in drupal-7.x/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.