API15:JLog/ construct
From Joomla! Documentation
Description
Constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
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);
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples