API17

API17:JLog::getInstance

From Joomla! Documentation

Joomla 11.1 JLog::getInstance

Description

Returns a object for a given log file/configuration, only creating it if it doesn't already exist.


public static function getInstance (
        $file= 'error.php'
        $options=null
        $path=null
)
Parameter Type Default Description
$file 'error.php'
$options null
$path null

See also


User contributed notes

Code Examples