API17

Difference between revisions of "JLog::getInstance"

From Joomla! Documentation

m (JoomlaWikiBot moved page JLog::getInstance/11.1 to API17:JLog::getInstance without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 41: Line 41:
 
* '''Defined''' on line 212 of libraries/joomla/log/log.php
 
* '''Defined''' on line 212 of libraries/joomla/log/log.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JController::checkEditId/11.1|JController::checkEditId]]
+
** [[API17:JController::checkEditId|JController::checkEditId]]
** [[JError::handleLog/11.1|JError::handleLog]]
+
** [[API17:JError::handleLog|JError::handleLog]]
** [[JController::holdEditId/11.1|JController::holdEditId]]
+
** [[API17:JController::holdEditId|JController::holdEditId]]
** [[JController::releaseEditId/11.1|JController::releaseEditId]]
+
** [[API17:JController::releaseEditId|JController::releaseEditId]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLog::getInstance source code''' on [[jplatform:log/log.php#cl-204|BitBucket]]
 
* {{JVer|11.1}} '''JLog::getInstance source code''' on [[jplatform:log/log.php#cl-204|BitBucket]]
* {{JVer|11.1}} Class [[JLog/11.1|JLog]]
+
* {{JVer|11.1}} Class [[API17:JLog|JLog]]
* {{JVer|11.1}} Subpackage [[Subpackage_Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Log|Log]]
* [[JLog::getInstance|Other versions of JLog::getInstance]]
+
* [[API17:JLog::getInstance|Other versions of JLog::getInstance]]
 
{{SeeAlso:JLog::getInstance}}
 
{{SeeAlso:JLog::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 65: Line 65:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JLog]][[Category:JLog::getInstance]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:08, 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 JLog::getInstance[edit]

Description[edit]

Returns a object for a given log file/configuration, only creating it if it doesn't already exist.

Template:Description:JLog::getInstance [Edit Descripton]

public static function getInstance (
        $file= 'error.php'
        $options=null
        $path=null
)
Parameter Type Default Description
$file 'error.php'
$options null
$path null

See also[edit]

Template:SeeAlso:JLog::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />