ILIAS
Release_4_0_x_branch Revision 61816
|
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 |
const PEAR_LOG_ALERT = 1 |
Definition at line 11 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\alert(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_CRIT = 2 |
Definition at line 12 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\crit(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_DEBUG = 7 |
Definition at line 17 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\debug(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_EMERG = 0 |
Definition at line 10 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\emerg(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_ERR = 3 |
Definition at line 13 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\err(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_INFO = 6 |
Definition at line 16 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\info(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_NOTICE = 5 |
Definition at line 15 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\notice(), Log\priorityToString(), and Log\stringToPriority().
const PEAR_LOG_WARNING = 4 |
Definition at line 14 of file Log.php.
Referenced by Log_syslog\_toSyslog(), Log_daemon\_toSyslog(), Log\priorityToString(), Log\stringToPriority(), and Log\warning().