define logger constants in logger class

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-26 15:51:26 +01:00
parent 3949a6858b
commit e64e8cafa6
76 changed files with 431 additions and 433 deletions

View File

@@ -16,15 +16,4 @@
* @package Functions
*
*/
if (! defined('USR_ACTION'))
define('USR_ACTION', '10');
if (! defined('RES_ACTION'))
define('RES_ACTION', '20');
if (! defined('ADM_ACTION'))
define('ADM_ACTION', '30');
if (! defined('CRON_ACTION'))
define('CRON_ACTION', '40');
if (! defined('LOGIN_ACTION'))
define('LOGIN_ACTION', '50');
if (! defined('LOG_ERROR'))
define('LOG_ERROR', '99');