API17

Difference between revisions of "JLog::getInstance"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 38: Line 38:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/log/log.php
+
libraries/joomla/log/log.php (line 220)
 +
* see source code in [[jplatform:log/log.php#cl-220|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JController/checkEditId/11.1|JController::checkEditId]]
+
* [[JController::checkEditId/11.1|JController::checkEditId]]
* [[JError/handleLog/11.1|JError::handleLog]]
+
* [[JError::handleLog/11.1|JError::handleLog]]
* [[JController/holdEditId/11.1|JController::holdEditId]]
+
* [[JController::holdEditId/11.1|JController::holdEditId]]
* [[JController/releaseEditId/11.1|JController::releaseEditId]]
+
* [[JController::releaseEditId/11.1|JController::releaseEditId]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:55, 23 April 2011

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]

Synopsis[edit]

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

Returns[edit]

Defined in[edit]

libraries/joomla/log/log.php (line 220)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLog::getInstance

Examples[edit]

<CodeExamplesForm />