Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (array &$options) | |
__destruct () | |
addEntry (JLogEntry $entry) |
Attributs protégés | |
$priorities | |
Attributs protégés inherited from JLogLogger | |
$options = array() |
Définition à la ligne 24 du fichier syslog.php.
JLogLoggerSyslog::__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Réimplémentée à partir de JLogLogger.
Définition à la ligne 47 du fichier syslog.php.
JLogLoggerSyslog::__destruct | ( | ) |
JLogLoggerSyslog::addEntry | ( | JLogEntry | $entry | ) |
Method to add an entry to the log.
JLogEntry | $entry | The log entry object to add to the log. |
Réimplémentée à partir de JLogLogger.
Définition à la ligne 122 du fichier syslog.php.
|
protected |
Réimplémentée à partir de JLogLogger.
Définition à la ligne 30 du fichier syslog.php.