You are here

constant WATCHDOG_INFO in Drupal 7

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

Log message severity -- Informational messages.

Related topics

9 uses of WATCHDOG_INFO
actions_synchronize in includes/actions.inc
Synchronizes actions that are provided by modules in hook_action_info().
DBLogTestCase::getSeverityConstant in modules/dblog/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
drupal_uninstall_modules in includes/install.inc
Uninstalls a given list of disabled modules.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in modules/system/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in modules/system/system.test
Test that all core modules can be enabled, disabled and uninstalled.

... See full list

File

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

Code

define('WATCHDOG_INFO', 6);