mojavi
[ class tree: mojavi ] [ index: mojavi ] [ all elements ]

Class: Appender

Source Location: /logging/Appender.class.php

Class Overview


Appender allows you to log messags to any location.


Author(s):

  • Sean Kerr

Methods


Inherited Variables

Inherited Methods


Class Details

[line 20]
Appender allows you to log messags to any location.



Tags:

since:  2.0
author:  Sean Kerr


[ Top ]


Class Methods


constructor Appender [line 40]

Appender &Appender( Layout &$layout)

Create a new Appender instance.



Tags:

since:  2.0
access:  public


Parameters:

Layout   &$layout   A Layout instance.

[ Top ]

method cleanup [line 59]

void cleanup( )

Cleanup appender resources if any exist.



<note> This should never be called manually. </note>




Tags:

since:  2.0
access:  public


[ Top ]

method getLayout [line 72]

Layout &getLayout( )

Retrieve the layout this appender is using.



Tags:

return:  A Layout instance.
since:  2.0
access:  public


[ Top ]

method setLayout [line 87]

void setLayout( Layout &$layout)

Set the layout this appender will use.



Tags:

since:  2.0
access:  public


Parameters:

Layout   &$layout   A Layout instance.

[ Top ]

method write [line 108]

void write( message $message)

Write to this appender.



<note> This should never be called manually. </note>




Tags:

since:  2.0
access:  public


Parameters:

message   $message   The message to write.

[ Top ]


Documentation generated on Wed, 15 Jun 2005 11:43:19 +0900 by phpDocumentor 1.2.3