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.
JLoggerFormattedText
Description
Description:JLoggerFormattedText [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __destruct | Destructor. |
| public | addEntry | Method to add an entry to the log. |
| protected | generateFileHeader | Method to generate the log file header. |
| protected | initFile | Method to initialise the log file. |
| protected | parseFields | Method to parse the format string into an array of fields. |
- Defined in libraries/joomla/log/loggers/formattedtext.php
- Extends JLogger
- Extended by
Importing
jimport( 'joomla.log.loggers.formattedtext' );
See also
-
JLoggerFormattedText source code on BitBucket
-
Subpackage Log
- Other versions of JLoggerFormattedText
SeeAlso:JLoggerFormattedText [Edit See Also]
User contributed notes
<CodeExamplesForm />
