Liste de tous les membres
Documentation des constructeurs et destructeur
JLoggerFormattedText::__construct |
( |
array & |
$options | ) |
|
JLoggerFormattedText::__destruct |
( |
| ) |
|
Documentation des fonctions membres
JLoggerFormattedText::addEntry |
( |
JLogEntry |
$entry | ) |
|
Method to add an entry to the log.
- Paramètres:
-
JLogEntry | $entry | The log entry object to add to the log. |
- Renvoie:
- boolean True on success.
- Depuis:
- 11.1
- Exceptions:
-
Réimplémentée à partir de JLogger.
Références $field, et elseif.
JLoggerFormattedText::generateFileHeader |
( |
| ) |
|
|
protected |
JLoggerFormattedText::initFile |
( |
| ) |
|
|
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.
- Renvoie:
- void
- Depuis:
- 11.1
Références JFolder\create().
JLoggerFormattedText::parseFields |
( |
| ) |
|
|
protected |
Method to parse the format string into an array of fields.
- Renvoie:
- void
- Depuis:
- 11.1
Documentation des données membres
JLoggerFormattedText::$fields = array() |
|
protected |
JLoggerFormattedText::$file |
|
protected |
JLoggerFormattedText::$format = '{DATETIME} {PRIORITY} {CATEGORY} {MESSAGE}' |
|
protected |
JLoggerFormattedText::$path |
|
protected |
JLoggerFormattedText::$priorities |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :