API15:JLog/ construct
From Joomla! Documentation
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.
Contents |
Description
Constructor
Syntax
__construct($path, $options)
| Parameter Name | Default Value | Description |
|---|---|---|
| $path | $path Log file path | |
| $options | $options Log file options |
Defined in
libraries/joomla/error/log.php
Importing
jimport( 'joomla.error.log' );
Source Body
function __construct($path, $options) { // Set default values $this->_path = $path; $this->setOptions($options); }
[Edit See Also] SeeAlso:JLog/ construct
Examples
<CodeExamplesForm />
