Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
addEntry (LogEntry $entry) | |
Fonctions membres publiques hérités de Logger | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
Membres hérités additionnels | |
Attributs protégés hérités de Logger | |
$options = array() | |
$priorities | |
Joomla MessageQueue logger class.
This class is designed to output logs to a specific MySQL database table. Fields in this table are based on the Syslog style of log output. This is designed to allow quick and easy searching.
addEntry | ( | LogEntry | $entry | ) |
Method to add an entry to the log.
LogEntry | $entry | The log entry object to add to the log. |
Références Log\ALERT, Log\CRITICAL, Log\EMERGENCY, Log\ERROR, Log\INFO, Log\NOTICE, et Log\WARNING.