ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
Log.php File Reference

Go to the source code of this file.

Data Structures

class  Log

Namespaces

namespace  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

const PEAR_LOG_ALERT = 1
const PEAR_LOG_ALL = 0xffffffff

Definition at line 19 of file Log.php.

Referenced by Log\MIN().

const PEAR_LOG_CRIT = 2
const PEAR_LOG_DEBUG = 7
const PEAR_LOG_EMERG = 0
const PEAR_LOG_ERR = 3
const PEAR_LOG_INFO = 6
const PEAR_LOG_NONE = 0x00000000

Definition at line 20 of file Log.php.

const PEAR_LOG_NOTICE = 5
const PEAR_LOG_TYPE_DEBUG = 2

Definition at line 25 of file Log.php.

const PEAR_LOG_TYPE_FILE = 3

Definition at line 26 of file Log.php.

const PEAR_LOG_TYPE_MAIL = 1

Definition at line 24 of file Log.php.

const PEAR_LOG_TYPE_SYSTEM = 0

Definition at line 23 of file Log.php.

const PEAR_LOG_WARNING = 4