Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Logger
+ Graphe d'héritage de Logger:

Fonctions membres publiques

 __construct (array &$options)
 
 addEntry (LogEntry $entry)
 

Attributs protégés

 $options = array()
 
 $priorities
 

Description détaillée

Joomla! Logger Base Class

This class is used to be the basis of logger classes to allow for defined functions to exist regardless of the child class.

Depuis
3.0.1

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array &  $options)

Constructor.

Paramètres
array&$optionsLog object options.
Depuis
3.0.1

Références $options.

Documentation des fonctions membres

◆ addEntry()

addEntry ( LogEntry  $entry)
abstract

Method to add an entry to the log.

Paramètres
LogEntry$entryThe log entry object to add to the log.
Renvoie
void
Depuis
3.0.1
Exceptions

Documentation des champs

◆ $options

◆ $priorities

$priorities
protected
Valeur initiale :
= array(
Log::EMERGENCY => 'EMERGENCY',
Log::ALERT => 'ALERT',
Log::CRITICAL => 'CRITICAL',
Log::ERROR => 'ERROR',
Log::WARNING => 'WARNING',
Log::NOTICE => 'NOTICE',
Log::INFO => 'INFO',
Log::DEBUG => 'DEBUG',
)

La documentation de cette classe a été générée à partir du fichier suivant :