Interface Zend_Log_Adapter_Interface

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

Located in /Zend/Log/Adapter/Interface.php (line 30)


	
			
Method Summary
void close ()
void open ()
void setOption (mixed $optionKey, mixed $optionValue)
void write (mixed $fields)
Methods
close (line 52)

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.

  • access: public
void close ()
open (line 36)

Open the storage resource. If the adapter supports buffering, this may not actually open anything until it is time to flush the buffer.

  • access: public
void open ()
setOption (line 61)

Sets an option specific to the implementation of the log adapter.

  • access: public
void setOption (mixed $optionKey, mixed $optionValue)
write (line 45)

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.

  • access: public
void write (mixed $fields)

Documentation generated on Sun, 29 Oct 2006 21:27:21 -0600 by phpDocumentor 1.3.0RC6