ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
Log.php File Reference

Go to the source code of this file.

Data Structures

class  Log
 

Namespaces

 Log
 $Header$
 

Variables

const PEAR_LOG_EMERG 0
 
const PEAR_LOG_ALERT 1
 
const PEAR_LOG_CRIT 2
 
const PEAR_LOG_ERR 3
 
const PEAR_LOG_WARNING 4
 
const PEAR_LOG_NOTICE 5
 
const PEAR_LOG_INFO 6
 
const PEAR_LOG_DEBUG 7
 
const PEAR_LOG_ALL 0xffffffff
 
const PEAR_LOG_NONE 0x00000000
 
const PEAR_LOG_TYPE_SYSTEM 0
 
const PEAR_LOG_TYPE_MAIL 1
 
const PEAR_LOG_TYPE_DEBUG 2
 
const PEAR_LOG_TYPE_FILE 3
 

Variable Documentation

◆ PEAR_LOG_ALERT

const PEAR_LOG_ALERT 1

◆ PEAR_LOG_ALL

const PEAR_LOG_ALL 0xffffffff

Definition at line 19 of file Log.php.

Referenced by Log\MIN().

◆ PEAR_LOG_CRIT

const PEAR_LOG_CRIT 2

◆ PEAR_LOG_DEBUG

const PEAR_LOG_DEBUG 7

◆ PEAR_LOG_EMERG

const PEAR_LOG_EMERG 0

◆ PEAR_LOG_ERR

const PEAR_LOG_ERR 3

◆ PEAR_LOG_INFO

const PEAR_LOG_INFO 6

◆ PEAR_LOG_NONE

const PEAR_LOG_NONE 0x00000000

Definition at line 20 of file Log.php.

◆ PEAR_LOG_NOTICE

const PEAR_LOG_NOTICE 5

◆ PEAR_LOG_TYPE_DEBUG

const PEAR_LOG_TYPE_DEBUG 2

Definition at line 25 of file Log.php.

◆ PEAR_LOG_TYPE_FILE

const PEAR_LOG_TYPE_FILE 3

Definition at line 26 of file Log.php.

◆ PEAR_LOG_TYPE_MAIL

const PEAR_LOG_TYPE_MAIL 1

Definition at line 24 of file Log.php.

◆ PEAR_LOG_TYPE_SYSTEM

const PEAR_LOG_TYPE_SYSTEM 0

Definition at line 23 of file Log.php.

◆ PEAR_LOG_WARNING

const PEAR_LOG_WARNING 4