API17:JLoggerFormattedText
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JLoggerFormattedText
Defined in
libraries/joomla/log/loggers/formattedtext.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| __destruct | Destructor. |
| addEntry | Method to add an entry to the log. |
| generateFileHeader | Method to generate the log file header. |
| initFile | Method to initialise the log file. |
| parseFields | Method to parse the format string into an array of fields. |
Importing
jimport( 'joomla.log.loggers.formattedtext' );
See also
SeeAlso:JLoggerFormattedText [Edit See Also]
Examples
<CodeExamplesForm />
