constant WATCHDOG_ERROR

Log message severity -- Error conditions.

Related topics

25 uses of WATCHDOG_ERROR
drupal_chmod in drupal/core/includes/file.inc
Sets the permissions on a file or directory.
drupal_convert_to_utf8 in drupal/core/includes/unicode.inc
Converts data to UTF-8.
drupal_error_levels in drupal/core/includes/errors.inc
Maps PHP error constants to watchdog severity levels.
drupal_mail in drupal/core/includes/mail.inc
Composes and optionally sends an e-mail message.
ExceptionController::decodeException in drupal/core/lib/Drupal/Core/Controller/ExceptionController.php
This method is a temporary port of _drupal_decode_exception().

... See full list

File

drupal/core/includes/bootstrap.inc, line 109
Functions that need to be loaded on every Drupal request.

Code

const WATCHDOG_ERROR = 3;