StreamLogger Class Reference
[Various accompanying utilities]

Inheritance diagram for StreamLogger:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __destruct ()
 getOutputStream ()
 
Returns:
OutputStream

 setOutputStream (OutputStream $stream)
 
Returns:
StreamLogger

 flush ()
 
Returns:
StreamLogger

 close ()
 
Returns:
StreamLogger


Static Public Member Functions

static create ()
 
Returns:
StreamLogger


Protected Member Functions

 publish (LogRecord $record)
 
Returns:
StreamLogger


Private Attributes

 $stream = null


Detailed Description

Definition at line 16 of file StreamLogger.class.php.


Constructor & Destructor Documentation

StreamLogger::__destruct (  ) 

Definition at line 20 of file StreamLogger.class.php.

References close().

Here is the call graph for this function:


Member Function Documentation

static StreamLogger::create (  )  [static]

Returns:
StreamLogger

Definition at line 32 of file StreamLogger.class.php.

StreamLogger::getOutputStream (  ) 

Returns:
OutputStream

Definition at line 40 of file StreamLogger.class.php.

StreamLogger::setOutputStream ( OutputStream stream  ) 

Returns:
StreamLogger

Definition at line 48 of file StreamLogger.class.php.

StreamLogger::flush (  ) 

Returns:
StreamLogger

Definition at line 58 of file StreamLogger.class.php.

Referenced by close().

StreamLogger::close (  ) 

Returns:
StreamLogger

Definition at line 69 of file StreamLogger.class.php.

References flush().

Referenced by __destruct().

Here is the call graph for this function:

StreamLogger::publish ( LogRecord record  )  [protected]

Returns:
StreamLogger

Reimplemented from BaseLogger.

Definition at line 85 of file StreamLogger.class.php.


Member Data Documentation

StreamLogger::$stream = null [private]

Definition at line 18 of file StreamLogger.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:33 2007 for onPHP by  doxygen 1.5.4