WATCHDOG_NOTICE
Definition
Description
Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.
Code
<?php
define('WATCHDOG_NOTICE', 0);
?> Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.
<?php
define('WATCHDOG_NOTICE', 0);
?>