phing-util
[ class tree: phing-util ] [ index: phing-util ] [ all elements ]

Class: LogWriter

Source Location: /util/LogWriter.php

Class Overview

Writer
   |
   --LogWriter

Extends the Writer class to output messages to Phing's log


Author(s):

Version:

  • $Id: LogWriter.php 552 2009-08-29 12:18:13Z mrook $

Methods


Inherited Methods

Class: Writer

Writer::close()
Close the stream.
Writer::flush()
Flush the stream, if supported by the stream.
Writer::getResource()
Returns a string representation of resource filename, url, etc. that is being written to.
Writer::write()
Writes data to output stream.

Class Details

[line 33]
Extends the Writer class to output messages to Phing's log



Tags:

author:  Michiel Rook <michiel.rook@gmail.com>
version:  $Id: LogWriter.php 552 2009-08-29 12:18:13Z mrook $


[ Top ]


Class Methods


constructor __construct [line 42]

LogWriter __construct( $task, [ $level = Project::MSG_INFO])

Constructs a new LogWriter object



Parameters:

Task   $task  
   $level  

[ Top ]

method close [line 76]

void close( )



Tags:

see:  Writer::close()


Overrides Writer::close() (Close the stream.)

[ Top ]

method getResource [line 90]

void getResource( )



Tags:



Overrides Writer::getResource() (Returns a string representation of resource filename, url, etc. that is being written to.)

[ Top ]

method open [line 83]

void open( )



Tags:

see:  Writer::open()


[ Top ]

method reset [line 69]

void reset( )



Tags:

see:  Writer::reset()


[ Top ]

method write [line 51]

void write( $buf, [ $off = null], [ $len = null])



Tags:

see:  Writer::write()


Overrides Writer::write() (Writes data to output stream.)

Parameters:

   $buf  
   $off  
   $len  

[ Top ]


Documentation generated on Mon, 19 Oct 2009 10:51:13 +0200 by phpDocumentor 1.4.3