API17

API17:JLog::addLogger

From Joomla! Documentation

Joomla 11.1 JLog::addLogger

Description

Method to set the way the will handle different error levels.


public static function addLogger (
        array $options
        $priorities=JLog::ALL
        $categories=array
)
Parameter Type Default Description
array $options
$priorities JLog::ALL
$categories array()
  • Returns
  • Defined on line 173 of libraries/joomla/log/log.php

See also


User contributed notes

Code Examples