API17

JLog::addLogger

From Joomla! Documentation

Revision as of 16:48, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLog::addLogger[edit]

Description[edit]

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

Template:Description:JLog::addLogger [Edit Descripton]

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[edit]

Template:SeeAlso:JLog::addLogger [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />