API15:JLog
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JLog}}
===Defined in===
libraries/j...) |
|||
| Line 24: | Line 24: | ||
|Returns a reference to the global log object, only creating it if it doesn't already exist. | |Returns a reference to the global log object, only creating it if it doesn't already exist. | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.error.log' );</source> | <source lang="php">jimport( 'joomla.error.log' );</source> | ||
Latest revision as of 12:35, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JLog
Contents |
[edit] Defined in
libraries/joomla/error/log.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| setOptions | Set log file options |
| addEntry | |
| getInstance | Returns a reference to the global log object, only creating it if it doesn't already exist. |
[edit] Importing
jimport( 'joomla.error.log' );
[edit] Examples
<CodeExamplesForm />
