]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/T/logconstants.php
Se ordenan las entregas rechazadas.
[software/sercom-old.git] / src / T / logconstants.php
index 250899796eb7941d8e7305369a7f14901d044d24..db862367d0ab5b68bd4a88926db0de3e901f10c5 100644 (file)
@@ -2,9 +2,9 @@
 
 // Constantes
 define('CRITICAL',  1);
 
 // Constantes
 define('CRITICAL',  1);
-define('ERROR',     CRITICAL + 1 << 1);
-define('WARNING',   ERROR + 1 << 2);
-define('INFO',      WARNING + 1 << 3);
-define('DEBUG',     INFO + 1 << 4 );
+define('ERROR',     CRITICAL | (1 << 1));
+define('WARNING',   ERROR | (1 << 2));
+define('INFO',      WARNING | (1 << 3));
+define('DEBUG',     INFO | (1 << 4 ));
 
 ?>
\ No newline at end of file
 
 ?>
\ No newline at end of file