constant WATCHDOG_NOTICE

Same name and namespace in other branches
  1. 7.x drupal-7.x/includes/bootstrap.inc \WATCHDOG_NOTICE

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()

Archivo

drupal-6.x/includes/bootstrap.inc, line 100
Functions that need to be loaded on every Drupal request.

Código

define('WATCHDOG_NOTICE', 5)