[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
$Header: /repository/pear/Log/Log/mcal.php,v 1.17 2004/01/19 08:02:40 jon Exp $ $Horde: horde/lib/Log/mcal.php,v 1.2 2000/06/28 21:36:13 jon Exp $
Version: | $Revision: 1.17 $ |
Poids: | 171 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Log_mcal($name, $ident = '', $conf = array() X-Ref |
Constructs a new Log_mcal object. param: string $name The category to use for our events. param: string $ident The identity string. param: array $conf The configuration array. param: int $level Log messages up to and including this level. |
open() X-Ref |
Opens a calendar stream, if it has not already been opened. This is implicitly called by log(), if necessary. |
close() X-Ref |
Closes the calendar stream, if it is open. |
log($message, $priority = null) X-Ref |
Logs $message and associated information to the currently open calendar stream. Calls open() if necessary. Also passes the message along to any Log_observer instances that are observing this Log. param: mixed $message String or object containing the message to log. param: string $priority The priority of the message. Valid return: boolean True on success or false on failure. |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |