WATCHDOG_WARNING
Definition
Description
Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site.
Code
<?php
define('WATCHDOG_WARNING', 1);
?> Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site.
<?php
define('WATCHDOG_WARNING', 1);
?>