Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (array &$options) | |
__destruct () | |
addEntry (JLogEntry $entry) |
Fonctions membres protégées | |
generateFileHeader () | |
initFile () | |
parseFields () |
Attributs protégés | |
$file | |
$format = '{DATETIME} {PRIORITY} {CATEGORY} {MESSAGE}' | |
$fields = array() | |
$path | |
Attributs protégés inherited from JLogLogger | |
$options = array() | |
$priorities |
Définition à la ligne 24 du fichier formattedtext.php.
JLogLoggerFormattedtext::__construct | ( | array & | $options | ) |
Constructor.
array | &$options | Log object options. |
Réimplémentée à partir de JLogLogger.
Réimplémentée dans JLogLoggerW3c.
Définition à la ligne 58 du fichier formattedtext.php.
Références JFactory\getConfig().
JLogLoggerFormattedtext::__destruct | ( | ) |
Destructor.
Définition à la ligne 99 du fichier formattedtext.php.
JLogLoggerFormattedtext::addEntry | ( | JLogEntry | $entry | ) |
Method to add an entry to the log.
JLogEntry | $entry | The log entry object to add to the log. |
RuntimeException |
Réimplémentée à partir de JLogLogger.
Définition à la ligne 117 du fichier formattedtext.php.
|
protected |
Method to generate the log file header.
Définition à la ligne 182 du fichier formattedtext.php.
Références JPlatform\getLongVersion().
|
protected |
Method to initialise the log file. This will create the folder path to the file if it doesn't already exist and also get a new file header if the file doesn't already exist. If the file already exists it will simply open it for writing.
RuntimeException |
Définition à la ligne 216 du fichier formattedtext.php.
Références JFolder\create().
|
protected |
Method to parse the format string into an array of fields.
Définition à la ligne 254 du fichier formattedtext.php.
|
protected |
Définition à la ligne 43 du fichier formattedtext.php.
|
protected |
Définition à la ligne 30 du fichier formattedtext.php.
|
protected |
Réimplémentée dans JLogLoggerW3c.
Définition à la ligne 37 du fichier formattedtext.php.
|
protected |
Définition à la ligne 49 du fichier formattedtext.php.