\JLogLoggerCallbackInspector
JLogLoggerCallbackInspector class for testing JLogLoggerCallback
Synopsis
class JLogLoggerCallbackInspector
extends JLogLoggerCallback
{
- // members
- public $callback;
- // Inherited members from JLogLoggerCallback
- protected callable $callback;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // Inherited methods from JLogLoggerCallback
- public void __construct()
- public boolean addEntry()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Extends
Members
protected
- $callback — callable
- $options
—
array
Options array for the JLog instance. - $priorities — array
public
- $callback
Methods
Inherited from JLogLoggerCallback
public
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.