constant WATCHDOG_INFO in Drupal 6
Same name and namespace in other branches
- 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()
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);