\JLogLoggerEcho
Joomla Echo logger class.
Synopsis
class JLogLoggerEcho
extends JLogLogger
{
- // members
- protected $line_separator;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // methods
- public void __construct()
- public void addEntry()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Extends
Members
protected
- $line_separator — string
- $options
—
array
Options array for the JLog instance. - $priorities — array
Methods
public
- __construct() — Constructor.
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.