Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (array &$options) | |
addEntry (JLogEntry $entry) |
Attributs protégés | |
$line_separator = "\n" | |
Attributs protégés inherited from JLogLogger | |
$options = array() | |
$priorities |
JLogLoggerEcho::__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Réimplémentée à partir de JLogLogger.
Définition à la ligne 34 du fichier echo.php.
JLogLoggerEcho::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 53 du fichier echo.php.