Class LoggerLayoutHtml

(line 26)
LoggerLayout
   |
   --LoggerLayoutHtml

Located in File: Program_Root/layout/LoggerLayoutHtml.php


This layout outputs events in a HTML table.

Class Variable Summary
$title
Default Value: ->Log4php Log Messages<-
$TITLE_OPTION
A string constant used in naming the option for setting the the HTML document title.
Default Value: ->Title<-
$TRACE_PREFIX
Default Value: -><br>    <-

Inherited Class Variable Summary

Method Summary
void constructor LoggerLayoutHtml ( )
void activateOptions ( )
No options to activate.
void format ( $event )
void getContentType ( )
Returns the content type output by this layout, i.e "text/html".
void getFooter ( )
Returns the appropriate HTML footers.
void getHeader ( )
Returns appropriate HTML headers.
void getTitle ( )
Returns the current value of the Title option.
void setTitle ( $title )
The Title option takes a String value.
Inherited Method Summary
Inherited From Class LoggerLayout
Function Description
LoggerLayout::activateOptions()
LoggerLayout::factory()
LoggerLayout::format() Override this method to create your own layout format.
LoggerLayout::getContentType() Returns the content type output by this layout.
LoggerLayout::getFooter() Returns the footer for the layout format.
LoggerLayout::getHeader() Returns the header for the layout format.

Method Detail

Constructor LoggerLayoutHtml

(line 39)

void LoggerLayoutHtml( )


Function Info:

[ Top ]


activateOptions

(line 73)

void activateOptions( )

Overrides LoggerLayout::activateOptions() (parent method not documented)

No options to activate.
Function Info:

[ Top ]


format

(line 78)

void format( mixed $event)

Overrides LoggerLayout::format() (Override this method to create your own layout format.)


Function Info:

[ Top ]


getContentType

(line 65)

void getContentType( )

Overrides LoggerLayout::getContentType() (Returns the content type output by this layout.)

Returns the content type output by this layout, i.e "text/html".
Function Info:

[ Top ]


getFooter

(line 151)

void getFooter( )

Overrides LoggerLayout::getFooter() (Returns the footer for the layout format.)

Returns the appropriate HTML footers.
Function Info:

[ Top ]


getHeader

(line 119)

void getHeader( )

Overrides LoggerLayout::getHeader() (Returns the header for the layout format.)

Returns appropriate HTML headers.
Function Info:

[ Top ]


getTitle

(line 57)

void getTitle( )

Returns the current value of the Title option.
Function Info:

[ Top ]


setTitle

(line 49)

void setTitle( mixed $title)

The Title option takes a String value.

This option sets the document title of the generated HTML document. Defaults to 'Log4php Log Messages'.

Function Info:

[ Top ]



Variable Detail

$title

(line 37)
Data type: mixed

[ Top ]

$TITLE_OPTION

(line 35)
Data type: mixed
A string constant used in naming the option for setting the the HTML document title.

Current value of this string constant is Title.

[ Top ]

$TRACE_PREFIX

(line 28)
Data type: mixed

[ Top ]



Documention generated on Thu, 20 Feb 2003 15:43:05 +0100 by phpDocumentor 1.2.0rc1