20 uses of WATCHDOG_ERROR

actions_do in drupal-6.x/includes/actions.inc
Perform a given list of actions by executing their callback functions.
dblog_overview in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays a listing of log messages.
drupal_convert_to_utf8 in drupal-6.x/includes/unicode.inc
Convert data to UTF-8
drupal_cron_run in drupal-6.x/includes/common.inc
Executes a cron run when called
drupal_error_handler in drupal-6.x/includes/common.inc
Log errors as defined by administrator.
drupal_mail in drupal-6.x/includes/mail.inc
Compose and optionally send an e-mail message.
file_check_directory in drupal-6.x/includes/file.inc
Checks whether a directory exists and is writable.
file_copy in drupal-6.x/includes/file.inc
Copies a file to a new location.
file_create_htaccess in drupal-6.x/includes/file.inc
Creates a .htaccess file in the given directory.
filter_form_validate in drupal-6.x/modules/filter/filter.module
Validation callback for filter elements in a form.
hook_watchdog in documentation-6.x/developer/hooks/core.php
Log an event message
image_toolkit_invoke in drupal-6.x/includes/image.inc
Invokes the given method using the currently selected toolkit.
locale_translate_import_form_submit in drupal-6.x/includes/locale.inc
Process the locale import form submission.
path_set_alias in drupal-6.x/modules/path/path.module
Set an aliased path for a given Drupal path, preventing duplicates.
system_update_6007 in drupal-6.x/modules/system/system.install
Change the severity column in the watchdog table to the new values.
watchdog_severity_levels in drupal-6.x/includes/common.inc
_form_validate in drupal-6.x/includes/form.inc
Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.
_locale_rebuild_js in drupal-6.x/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_menu_router_build in drupal-6.x/includes/menu.inc
Helper function to build the router table based on the data from hook_menu.
_update_refresh in drupal-6.x/modules/update/update.fetch.inc
Fetch project info via XML from a central server.