Class Zend_Log_Formatter_Simple

Description

Implements interfaces:

  • version: $Id: Simple.php 4389 2007-04-06 15:17:41Z mike $
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Log/Formatter/Simple.php (line 34)


	
			
Variable Summary
 string $_format
Method Summary
 Zend_Log_Formatter_Simple __construct ([null|string $format = null])
 string format (array $event)
Variables
string $_format (line 39)
  • access: protected
Methods
Constructor __construct (line 47)

Class constructor

  • throws: Zend_Log_Exception
  • access: public
Zend_Log_Formatter_Simple __construct ([null|string $format = null])
  • null|string $format: Format specifier for log messages
format (line 66)

Formats data into a single line to be written by the writer.

  • return: formatted line to write to the log
  • access: public
string format (array $event)
  • array $event: event data

Implementation of:
Zend_Log_Formatter_Interface::format()
Formats data into a single line to be written by the writer.

Documentation generated on Sun, 27 May 2007 23:27:36 -0700 by phpDocumentor 1.3.2