[ 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: | 609 lignes (25 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
LoggerDOMConfigurator:: (10 méthodes):
LoggerDOMConfigurator()
configure()
doConfigure()
doConfigureByString()
doConfigureDefault()
parse()
tagOpen()
tagClose()
setter()
subst()
Classe: LoggerDOMConfigurator - X-Ref
Use this class to initialize the log4php environment using expat parser.LoggerDOMConfigurator() X-Ref |
Constructor |
configure($url = '') X-Ref |
Configure the default repository using the resource pointed by <b>url</b>. <b>Url</b> is any valid resurce as defined in {@link PHP_MANUAL#file} function. Note that the resource will be search with <i>use_include_path</i> parameter set to "1". param: string $url |
doConfigure($url = '', &$repository) X-Ref |
Configure the given <b>repository</b> using the resource pointed by <b>url</b>. <b>Url</b> is any valid resurce as defined in {@link PHP_MANUAL#file} function. Note that the resource will be search with <i>use_include_path</i> parameter set to "1". param: string $url param: LoggerHierarchy &$repository |
doConfigureByString($xmlData, &$repository) X-Ref |
Configure the given <b>repository</b> using the configuration written in <b>xmlData</b>. Do not call this method directly. Use {@link doConfigure()} instead. param: string $xmlData param: LoggerHierarchy &$repository |
doConfigureDefault(&$repository) X-Ref |
param: LoggerHierarchy &$repository |
parse($xmlData, &$repository) X-Ref |
param: string $xmlData |
tagOpen($parser, $tag, $attribs) X-Ref |
param: mixed $parser param: string $tag param: array $attribs |
tagClose($parser, $tag) X-Ref |
param: mixed $parser param: string $tag |
setter(&$object, $name, $value) X-Ref |
param: object $object param: string $name param: mixed $value |
subst($value) X-Ref |
Pas de description |
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |