WATCHDOG_DEBUG

Definition

drupal/includes/bootstrap.inc

Description

Log message severity -- Debug: debug-level messages.

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 watchdog() @see watchdog_severity_levels()

Code

define('WATCHDOG_DEBUG', 7);