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