API17

API17:JLoggerFormattedText

From Joomla! Documentation

Joomla 11.1 JLoggerFormattedText

Description

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


User contributed notes

Code Examples