[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
[Code source] [Imprimer] [Statistiques]
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 |
LoggerBasicConfigurator:: (3 méthodes):
LoggerBasicConfigurator()
configure()
resetConfiguration()
Classe: LoggerBasicConfigurator - X-Ref
Use this class to quickly configure the package.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 |