Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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, Factory\getApplication(), Log\INFO, Log\NOTICE, et Log\WARNING.