From 378883bd438379082257c6c0c8d17870036c8513 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Mon, 31 Jul 2017 17:55:21 +0100 Subject: share contest too --- src/globals.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/globals.php') diff --git a/src/globals.php b/src/globals.php index 3587b42..ded3ba2 100755 --- a/src/globals.php +++ b/src/globals.php @@ -220,6 +220,9 @@ function ValidSession() { function LOGError($msg) { LOGLevel($msg,0,false); } +function LOGInfo($msg) { + LOGLevel($msg,2,false); +} // grava linha no arquivo de log com o nivel especificado function LOGLevel($msg,$level,$dodb=true) { $msga = sanitizeText(str_replace("\n", " ", $msg)); -- cgit v1.2.3