constant WATCHDOG_INFO

Log message severity -- Informational messages.

Related topics

9 uses of WATCHDOG_INFO
action_synchronize in drupal/core/modules/action/action.module
Synchronizes actions that are provided by modules in hook_action_info().
DBLogTest::getSeverityConstant in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Gets the watchdog severity constant corresponding to the CSS class.
EnableDisableTest::assertSuccessfulDisableAndUninstall in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
file_cron in drupal/core/modules/file/file.module
Implements file_cron()

... See full list

File

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

Code

const WATCHDOG_INFO = 6;