Zend_Log_Adapter_Console
__construct
([ $params = null])
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.
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.
void
write
( $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.
void
_parseLogLine
( $fields)