Log message severity -- Alert: action must be taken immediately.
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
includes/
<?php
define('WATCHDOG_ALERT', 1)
?>
Kommentare
Kommentar hinzufügen