API16:JLog

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JLog}} ===Defined in=== libraries/j...)
 
(Examples)
 
Line 34: Line 34:
  
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
<source lang="php">
<dpl>
+
jimport('joomla.error.log');
noresultsheader=\n
+
 
category=JLog
+
$log = &JLog::getInstance();
category=CodeExample
+
$log->addEntry(array('message' =>'my message'));
category=ClassExample
+
</source>
include=*
+
format= ,,,
+
</dpl>
+

Latest revision as of 10:52, 1 September 2011

Replacement filing cabinet.png
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 the global log object, only creating it if it doesn't already exist.

[edit] Importing

jimport( 'joomla.error.log' );

[Edit See Also] SeeAlso:JLog

[edit] Examples

jimport('joomla.error.log');
 
$log = &JLog::getInstance();
$log->addEntry(array('message' =>'my message'));
Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox