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.
File
-
includes/
bootstrap.inc, line 108
Code
define('WATCHDOG_INFO', 6);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.