constant WATCHDOG_EMERG in Drupal 6
Log message severity -- Emergency: system is unusable.
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 45 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_EMERG', 0);