API17:JLoggerFormattedText
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 63: | Line 63: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLoggerFormattedText]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JLoggerFormattedText]]</noinclude> |
Revision as of 13:56, 29 August 2012
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 />
