![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de CallbackLogger:Fonctions membres publiques | |
| __construct (array &$options) | |
| addEntry (LogEntry $entry) | |
Fonctions membres publiques hérités de Logger | |
| __construct (array &$options) | |
| addEntry (LogEntry $entry) | |
Attributs protégés | |
| $callback | |
Attributs protégés hérités de Logger | |
| $options = array() | |
| $priorities | |
Joomla! Callback Log class
This class allows logging to be handled by a callback function. This allows unprecedented flexibility in the way logging can be handled.
| __construct | ( | array & | $options | ) |
Constructor.
| array | &$options | Log object options. |
Références Logger\$options.
| addEntry | ( | LogEntry | $entry | ) |
Method to add an entry to the log.
| LogEntry | $entry | The log entry object to add to the log. |
|
protected |