- drupal
Log message severity -- Error: error conditions.
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()
File
- includes/
bootstrap.inc, line 78 - Functions that need to be loaded on every Drupal request.
Code
<?php
define('WATCHDOG_ERROR', 3)
?>
Login or register to post comments