Class Zend_Log_Adapter_Console

Description

Implements interfaces:

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Log/Adapter/Console.php (line 41)


	
			
Variable Summary
 mixed $logName
 mixed $_options
Method Summary
 Zend_Log_Adapter_Console __construct ([ $params = null])
 void close ()
 void open ()
 void setOption ( $optionKey,  $optionValue)
 void wipe ()
 void write ( $fields)
 void _parseLogLine ( $fields)
Variables
mixed $logName (line 44)
  • access: public
mixed $_options = array('format' => '%logname%, %message%, %level%') (line 45)
  • access: protected
Methods
Constructor __construct (line 48)
  • access: public
Zend_Log_Adapter_Console __construct ([ $params = null])
  • $params
close (line 76)
  • access: public
void close ()

Implementation of:
Zend_Log_Adapter_Interface::close()
Close the log storage opened by the log adapter. If the adapter supports buffering, all log data must be sent to the log before the storage is closed.
open (line 64)
  • access: public
void open ()

Implementation of:
Zend_Log_Adapter_Interface::open()
Open the storage resource. If the adapter supports buffering, this may not actually open anything until it is time to flush the buffer.
setOption (line 54)
  • access: public
void setOption ( $optionKey,  $optionValue)
  • $optionKey
  • $optionValue

Implementation of:
Zend_Log_Adapter_Interface::setOption()
Sets an option specific to the implementation of the log adapter.
wipe (line 70)
  • access: public
void wipe ()
write (line 83)
  • access: public
void write ( $fields)
  • $fields

Implementation of:
Zend_Log_Adapter_Interface::write()
Write a message to the log. If the adapter supports buffering, the message may or may not actually go into storage until the buffer is flushed.
_parseLogLine (line 91)
  • access: protected
void _parseLogLine ( $fields)
  • $fields

Documentation generated on Wed, 21 Feb 2007 11:46:22 -0800 by phpDocumentor 1.3.1