Class JLogLoggerDatabase
Joomla! MySQL Database Log class
This class is designed to output logs to a specific MySQL database table. Fields in this table are based on the Syslog style of log output. This is designed to allow quick and easy searching.
- JLogLogger
- JLogLoggerDatabase
Package: Joomla\Platform\Log
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/logger/database.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/logger/database.php
Methods summary
public
|
|
public
|
|
protected
|
Magic methods summary
Properties summary
protected
string
|
$driver |
#
The name of the database driver to use for connecting to the database. |
protected
string
|
$host |
#
The host name (or IP) of the server with which to connect for the logger. |
protected
string
|
$user |
#
The database server user to connect as for the logger. |
protected
string
|
$password |
#
The password to use for connecting to the database server. |
protected
string
|
$database |
#
The name of the database table to use for the logger. |
protected
string
|
$table |
#
The database table to use for logging entries. |
protected
|
$db |
#
The database driver object for the logger. |