[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/log4php/ -> LoggerBasicConfigurator.php (sommaire)

log4php is a PHP port of the log4j java logging package. <p>This framework is based on log4j (see {@link http://jakarta.apache.org/log4j log4j} for details).</p> <p>Design, strategies and part of the methods documentation are developed by log4j team (Ceki Gülcü as log4j project founder and {@link http://jakarta.apache.org/log4j/docs/contributors.html contributors}).</p>

Poids: 80 lignes (2 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 4 fichiers
 log4php/LoggerLayout.php
 log4php/LoggerManager.php
 log4php/LoggerAppender.php
 log4php/spi/LoggerConfigurator.php

Définit 1 class

LoggerBasicConfigurator:: (3 méthodes):
  LoggerBasicConfigurator()
  configure()
  resetConfiguration()


Classe: LoggerBasicConfigurator  - X-Ref

Use this class to quickly configure the package.

<p>For file based configuration see {@link LoggerPropertyConfigurator}.
<p>For XML based configuration see {@link LoggerDOMConfigurator}.

LoggerBasicConfigurator()   X-Ref
Pas de description

configure($url = null)   X-Ref
Add a {@link LoggerAppenderConsole} that uses
the {@link LoggerLayoutTTCC} to the root category.

param: string $url not used here

resetConfiguration()   X-Ref
Reset the default hierarchy to its defaut.
It is equivalent to
<code>
LoggerManager::resetConfiguration();
</code>




Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7