WATCHDOG_DEBUG
Log message severity -- Debug-level messages.
Related topics
3 uses of WATCHDOG_DEBUG
- DBLogTestCase::getSeverityConstant in modules/
dblog/ dblog.test - Gets the watchdog severity constant corresponding to the CSS class.
- drupal_error_levels in includes/
errors.inc - Maps PHP error constants to watchdog severity levels.
- PagerFunctionalWebTestCase::setUp in modules/
simpletest/ tests/ pager.test - Sets up a Drupal site for running functional and integration tests.
File
-
includes/
bootstrap.inc, line 113
Code
define('WATCHDOG_DEBUG', 7);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.