[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/log4php.debug/ -> LoggerBasicConfigurator.php (summary)

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>

File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 4 files
 libraries/log4php.debug/LoggerManager.php
 libraries/log4php.debug/LoggerAppender.php
 libraries/log4php.debug/spi/LoggerConfigurator.php
 libraries/log4php.debug/LoggerLayout.php

Defines 1 class

LoggerBasicConfigurator:: (3 methods):
  LoggerBasicConfigurator()
  configure()
  resetConfiguration()


Class: 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
No 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>




Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1