API15

API15:JLog/ construct

From Joomla! Documentation

Revision as of 18:35, 12 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

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

<CodeExamplesForm />