constant WATCHDOG_DEBUG

Log message severity -- Debug-level messages.

Related topics

3 uses of WATCHDOG_DEBUG
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
drupal_error_levels in drupal/core/includes/errors.inc
Maps PHP error constants to watchdog severity levels.
PagerTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php
Sets up a Drupal site for running functional and integration tests.

File

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

Code

const WATCHDOG_DEBUG = 7;