\JLogLoggerDatabaseInspector
JLogLoggerDatabaseInspector class.
Synopsis
class JLogLoggerDatabaseInspector
extends JLogLoggerDatabase
{
- // members
- public $driver;
- public $host;
- public $user;
- public $password;
- public $database;
- public $table;
- public $db;
- // Inherited members from JLogLoggerDatabase
- protected $driver;
- protected $host;
- protected $user;
- protected $password;
- protected $database;
- protected $table;
- protected JDatabaseDriver $db;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // methods
- public void connect()
- // Inherited methods from JLogLoggerDatabase
- public void __construct()
- public void addEntry()
- protected void connect()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Extends
Members
protected
- $database — string
- $db — JDatabaseDriver
- $driver — string
- $host — string
- $options
—
array
Options array for the JLog instance. - $password — string
- $priorities — array
- $table — string
- $user — string
public
- $database
- $db
- $driver
- $host
- $password
- $table
- $user
Methods
public
- connect() — Test...
Inherited from JLogLoggerDatabase
protected
- connect() — Method to connect to the database server based on object properties.
public
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.