Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (array &$options) | |
addEntry (JLogEntry $entry) |
Attributs protégés | |
$options = array() |
JLogger::__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Réimplémentée dans JLoggerDatabase, JLoggerFormattedText, JLoggerSysLog, et JLoggerW3C.
Références $options.
|
abstract |
Method to add an entry to the log.
JLogEntry | $entry | The log entry object to add to the log. |
Réimplémentée dans JLoggerFormattedText, JLoggerDatabase, JLoggerSysLog, JLoggerEcho, et JLoggerMessageQueue.
|
protected |