constant WATCHDOG_DEBUG

Log message severity -- Debug-level messages.

Related topics

2 uses of WATCHDOG_DEBUG
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 129
Functions that need to be loaded on every Drupal request.

Code

const WATCHDOG_DEBUG = 7;