Same name and namespace in other branches
  1. 6.x includes/bootstrap.inc \WATCHDOG_DEBUG

Log message severity -- Debug-level messages.

Related topics

6 uses of WATCHDOG_DEBUG
DBLogTestCase::getSeverityConstant in modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
drupal_error_levels in includes/errors.inc
Maps PHP error constants to watchdog severity levels.
hook_watchdog in modules/system/system.api.php
Log an event message.
PagerFunctionalWebTestCase::setUp in modules/simpletest/tests/pager.test
Sets up a Drupal site for running functional and integration tests.

... See full list

File

includes/bootstrap.inc, line 113
Functions that need to be loaded on every Drupal request.

Code

define('WATCHDOG_DEBUG', 7);