Community Documentation

WATCHDOG_NOTICE

  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 -- Notice: normal but significant condition.

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 100
Functions that need to be loaded on every Drupal request.

Code

<?php
define('WATCHDOG_NOTICE', 5)
?>
Login or register to post comments