Located in File: Program_Root/LoggerLayout.php
$Revision: 1.4 $Marco Vassura| Class Variable Summary |
| Inherited Class Variable Summary |
| Method Summary |
void activateOptions ( )
|
void &factory ( $class )
|
void format ( $event )
Override this method to create your own layout format. |
void getContentType ( )
Returns the content type output by this layout. |
void getFooter ( )
Returns the footer for the layout format. |
void getHeader ( )
Returns the header for the layout format. |
| Inherited Method Summary |
| Method Detail |
void activateOptions( )
Overridden in child classes as:
[ Top ]
void &factory( mixed $class)
[ Top ]
void format( mixed $event)
Overridden in child classes as:
level
, followed by " - " and then the message
.[ Top ]
void getContentType( )
Overridden in child classes as:
[ Top ]
void getFooter( )
Overridden in child classes as:
[ Top ]
void getHeader( )
Overridden in child classes as:
[ Top ]
| Variable Detail |