File/maintenance/libraries/pear/Log.php

Description

$Header: /repository/pear/Log/Log.php,v 1.45 2004/01/19 08:02:38 jon Exp $ $Horde: horde/lib/Log.php,v 1.15 2000/06/29 23:39:45 jon Exp $

  • version: $Revision: 1.45 $
Classes
Class Description
 class Log The Log:: class implements both an abstraction for various logging mechanisms and the Subject end of a Subject-Observer pattern.
Constants
PEAR_LOG_ALERT = 1 (line 11)

System is unusable

PEAR_LOG_ALL = bindec('11111111') (line 19)

Debug-level messages

PEAR_LOG_CRIT = 2 (line 12)

Immediate action required

PEAR_LOG_DEBUG = 7 (line 17)

Informational

PEAR_LOG_EMERG = (line 10)
PEAR_LOG_ERR = 3 (line 13)

Critical conditions

PEAR_LOG_INFO = 6 (line 16)

Normal but significant

PEAR_LOG_NONE = bindec('00000000') (line 20)

All messages

PEAR_LOG_NOTICE = 5 (line 15)

Warning conditions

PEAR_LOG_TYPE_DEBUG = 2 (line 25)

Use PHP's mail() function

PEAR_LOG_TYPE_FILE = 3 (line 26)

Use PHP's debugging connection

PEAR_LOG_TYPE_MAIL = 1 (line 24)

Use PHP's system logger

PEAR_LOG_TYPE_SYSTEM = (line 23)

No message

PEAR_LOG_WARNING = 4 (line 14)

Error conditions

Documentation generated on Fri, 3 Dec 2004 12:26:57 +0000 by phpDocumentor 1.3.0RC3