API17

Difference between revisions of "JLoggerDatabase"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JLoggerDatabase::__construct/11.1|__construct]]
+
|[[API17:JLoggerDatabase::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JLoggerDatabase::addEntry/11.1|addEntry]]
+
|[[API17:JLoggerDatabase::addEntry|addEntry]]
 
|Method to add an entry to the log.  
 
|Method to add an entry to the log.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JLoggerDatabase::connect/11.1|connect]]
+
|[[API17:JLoggerDatabase::connect|connect]]
 
|Method to connect to the database server based on object properties.  
 
|Method to connect to the database server based on object properties.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/log/loggers/database.php
 
* '''Defined in''' libraries/joomla/log/loggers/database.php
* '''Extends''' [[JLogger/11.1|JLogger]]
+
* '''Extends''' [[API17:JLogger|JLogger]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.log.loggers.database' );</source>
 
<source lang="php">jimport( 'joomla.log.loggers.database' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLoggerDatabase source code''' on [[jplatform:log/loggers/database.php|BitBucket]]
 
* {{JVer|11.1}} '''JLoggerDatabase source code''' on [[jplatform:log/loggers/database.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Log|Log]]
* [[JLoggerDatabase|Other versions of JLoggerDatabase]]
+
* [[API17:JLoggerDatabase|Other versions of JLoggerDatabase]]
 
{{SeeAlso:JLoggerDatabase}}
 
{{SeeAlso:JLoggerDatabase}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLoggerDatabase]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:09, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLoggerDatabase[edit]

Description[edit]

Template:Description:JLoggerDatabase [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public addEntry Method to add an entry to the log.
protected connect Method to connect to the database server based on object properties.
  • Defined in libraries/joomla/log/loggers/database.php
  • Extends JLogger

Importing[edit]

jimport( 'joomla.log.loggers.database' );

See also[edit]

Template:SeeAlso:JLoggerDatabase [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />