constant WATCHDOG_DEBUG in Drupal 6
Same name and namespace in other branches
- 7 includes/bootstrap.inc \WATCHDOG_DEBUG
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 also
watchdog()
File
- includes/
bootstrap.inc, line 122 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_DEBUG', 7);