util/LogWriter.php

Show: inherited
Table of Contents

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

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

\LogWriter

Package: phing\util

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

Parent(s)
\Writer
Author
Michiel Rook  
Version
$Id: LogWriter.php 552 2009-08-29 12:18:13Z mrook $  

Properties

Propertyprivate  $level= 'NULL'
Default valueNULLDetails
Type
Propertyprivate  $task= 'NULL'
Default valueNULLDetails
Type

Methods

methodpublic__construct(  $task,  $level = Project::MSG_INFO ) : void

Constructs a new LogWriter object

Parameters
Name Type Description
$task
$level
methodpublicclose( ) : void

Close the stream.

Throws
Exception Description
\IOException - if there is an error closing stream.
Details
See
\Writer::close()  
methodpublicflush( ) : void
inherited

Flush the stream, if supported by the stream.

Inherited from: \Writer::flush()
methodpublicgetResource( ) : string

Returns a string representation of resource filename, url, etc. that is being written to.

Returns
Type Description
string
Details
See
\Writer::getResource()  
methodpublicopen( ) : void

Details
See
\Writer::open()  
methodpublicreset( ) : void

Details
See
\Writer::reset()  
methodpublicwrite( string $buf, int $off = null, int $len = null ) : void

Writes data to output stream.

Parameters
Name Type Description
$buf string
$off int
$len int
Details
See
\Writer::write()  
Documentation was generated by DocBlox 0.15.1.