Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array &$options) | |
__destruct () | |
addEntry (LogEntry $entry) | |
Fonctions membres publiques hérités de Logger | |
__construct (array &$options) | |
addEntry (LogEntry $entry) | |
Attributs protégés | |
$priorities | |
Attributs protégés hérités de Logger | |
$options = array() | |
$priorities | |
Joomla! Syslog Log class
This class is designed to call the PHP Syslog function call which is then sent to the system wide log system. For Linux/Unix based systems this is the syslog subsystem, for the Windows based implementations this can be found in the Event Log. For Windows, permissions may prevent PHP from properly outputting messages.
__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Références Logger\$options, et Symfony\Contracts\Service\__construct().
__destruct | ( | ) |
Destructor.
addEntry | ( | LogEntry | $entry | ) |
Method to add an entry to the log.
LogEntry | $entry | The log entry object to add to the log. |
|
protected |