Class LoggerBasicConfigurator

Description

Implements interfaces:

Use this class to quickly configure the package.

For file based configuration see LoggerPropertyConfigurator.

For XML based configuration see LoggerDOMConfigurator.

  • author: Marco Vassura
  • version: $Revision: 556784 $

Located in /LoggerBasicConfigurator.php (line 32)


	
			
Method Summary
static void configure ([string $url = null])
static void resetConfiguration ()
Methods
static method configure (line 40)

Add a LoggerAppenderConsole that uses the LoggerLayoutTTCC to the root category.

  • access: public
static void configure ([string $url = null])
  • string $url: not used here

Implementation of:
LoggerConfigurator::configure()
Interpret a resource pointed by a url and configure accordingly.
static method resetConfiguration (line 58)

Reset the default hierarchy to its default.

It is equivalent to

static void resetConfiguration ()

Documentation generated by phpDocumentor 1.3.2