You are here

constant WATCHDOG_INFO in Drupal 6

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

Log message severity -- Informational: informational messages.

The WATCHDOG_* constant definitions correspond to the logging severity levels defined in RFC 3164, section 4.1.1: http://www.faqs.org/rfcs/rfc3164.html

See also

watchdog()

watchdog_severity_levels()

1 use of WATCHDOG_INFO
actions_synchronize in includes/actions.inc
Synchronize actions that are provided by modules.

File

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

Code

define('WATCHDOG_INFO', 6);