Class Support_Resources_DefaultLoggerProvider

Description

Implements interfaces:

The default logger provider returns uses the

Support_Resources_DefaultLogger

Located in /support/lib/Support/Resources/DefaultLoggerProvider.php (line 10)


	
			
Variable Summary
 mixed $loggers
Method Summary
 Support_Resources_DefaultLoggerProvider __construct ()
 object get (string $name)
Variables
mixed $loggers (line 11)
  • access: protected
Methods
Constructor __construct (line 16)

Constructor

  • access: public
Support_Resources_DefaultLoggerProvider __construct ()
get (line 30)

Return a logger instance for the given name.

A logger instance must provide the following methods: debug, info, warn, error, fatal. Each must accept a message to log. The method name indicates the logging level.

  • access: public
object get (string $name)
  • string $name: The logger name to return

Implementation of:
Support_Resources_LoggerProvider::get()
Return a logger instance for the given name.

Documentation generated on Wed, 25 Apr 2012 09:46:42 -0700 by phpDocumentor 1.4.3