LoggerLayout | --LoggerLayoutHtml
Located in File: Program_Root/layout/LoggerLayoutHtml.php
$Revision: 1.3 $Marco Vassura| Class Variable Summary |
$title
Default Value:
|
$TITLE_OPTION
A string constant used in naming the option for setting the the HTML document title. Default Value:
|
$TRACE_PREFIX
Default Value:
|
| 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
|
| Method Detail |
void LoggerLayoutHtml( )
[ Top ]
void activateOptions( )
Overrides LoggerLayout::activateOptions() (parent method not documented)
No options to activate.[ Top ]
void format( mixed $event)
Overrides LoggerLayout::format() (Override this method to create your own layout format.)
[ Top ]
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".[ Top ]
void getFooter( )
Overrides LoggerLayout::getFooter() (Returns the footer for the layout format.)
Returns the appropriate HTML footers.[ Top ]
void getHeader( )
Overrides LoggerLayout::getHeader() (Returns the header for the layout format.)
Returns appropriate HTML headers.[ Top ]
void getTitle( )
Returns the current value of the Title option.[ Top ]
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'.
[ Top ]
| Variable Detail |
[ Top ]
Current value of this string constant is Title.
[ Top ]
[ Top ]