[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/libraries/joomla/log/loggers/ -> database.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 172 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JLoggerDatabase:: (3 methods):
  __construct()
  addEntry()
  connect()


Class: JLoggerDatabase  - X-Ref

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.

__construct(array &$options)   X-Ref
Constructor.

param: array  &$options  Log object options.

addEntry(JLogEntry $entry)   X-Ref
Method to add an entry to the log.

param: JLogEntry  $entry  The log entry object to add to the log.
return: void

connect()   X-Ref
Method to connect to the database server based on object properties.

return: void



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1