diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 16:55:21 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 16:55:21 +0000 |
| commit | 378883bd438379082257c6c0c8d17870036c8513 (patch) | |
| tree | cc8efe41b60f4799dba547043314b78ed9ee1fd3 /src/globals.php | |
| parent | e27a846a4ac142400c1ab9ad6d4fb7bc253ba1bc (diff) | |
| download | boca-378883bd438379082257c6c0c8d17870036c8513.tar.gz boca-378883bd438379082257c6c0c8d17870036c8513.zip | |
share contest too
Diffstat (limited to 'src/globals.php')
| -rwxr-xr-x | src/globals.php | 3 |
1 files changed, 3 insertions, 0 deletions
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)); |