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 | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
Fonctions membres publiques hérités de Logger | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
Fonctions membres protégées | |
connect () | |
Attributs protégés | |
$driver = 'mysqli' | |
$host = '127.0.0.1' | |
$user = 'root' | |
$password = '' | |
$database = 'logging' | |
$table = 'jos_' | |
$db | |
Attributs protégés hérités de Logger | |
$options = array() | |
$priorities | |
Joomla! MySQL Database Log 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.
__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Références Logger\$options, null, et prefix.
addEntry | ( | LogEntry | $entry | ) |
Method to add an entry to the log.
LogEntry | $entry | The log entry object to add to the log. |
|
protected |
Method to connect to the database server based on object properties.
Références Logger\$options, JDatabaseDriver\getInstance(), et prefix.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |