\JLogLoggerCallback
Joomla! Callback Log class
This class allows logging to be handled by a callback function.
This allows unprecedented flexibility in the way logging can be handled.
Synopsis
class JLogLoggerCallback
extends JLogLogger
{
- // members
- protected callable $callback;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // methods
- public void __construct()
- public boolean addEntry()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Members
protected
- $callback — callable
- $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.