Community Documentation

WATCHDOG_ERROR

  1. drupal
    1. 4.6 bootstrap.inc
    2. 4.7 bootstrap.inc
    3. 5 bootstrap.inc
    4. 6 bootstrap.inc
    5. 7 bootstrap.inc
    6. 8 bootstrap.inc

Log message severity -- Error: error conditions.

The WATCHDOG_* constant definitions correspond to the logging severity levels defined in RFC 3164, section 4.1.1: http://www.faqs.org/rfcs/rfc3164.html

See also

watchdog()

watchdog_severity_levels()

File

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

Code

<?php
define('WATCHDOG_ERROR', 3)
?>
Login or register to post comments