Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
getCollectedEntries () | |
Fonctions membres publiques hérités de Logger | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
Attributs protégés | |
$group = 'default' | |
Attributs protégés hérités de Logger | |
$options = array() | |
$priorities | |
Attributs protégés statiques | |
static | $logEntries = [] |
Logger class that keeps all entries in memory
__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Références Logger\$options, et Symfony\Contracts\Service\__construct().
addEntry | ( | LogEntry | $entry | ) |
Method to add an entry to the log.
LogEntry | $entry | The log entry object to add to the log. |
getCollectedEntries | ( | ) |
Returns a list of collected entries.
|
protected |
|
staticprotected |