LoggerLayout | --LoggerLayoutSimple
Located in File: Program_Root/layout/LoggerLayoutSimple.php
$Revision: 1.3 $Marco Vassura| Class Variable Summary |
| Inherited Class Variable Summary |
| Method Summary |
void constructor LoggerLayoutSimple ( )
|
void activateOptions ( )
|
string format ( $event )
Returns the log statement in a format consisting of the |
| Inherited Method Summary | ||||||||||||||
Inherited From Class LoggerLayout
|
| Method Detail |
void LoggerLayoutSimple( )
[ Top ]
void activateOptions( )
Overrides LoggerLayout::activateOptions() (parent method not documented)
[ Top ]
string format( mixed $event)
Overrides LoggerLayout::format() (Override this method to create your own layout format.)
Returns the log statement in a format consisting of thelevel
, followed by " - " and then the message
.For example,
INFO - "A message"<p>The
category
parameter is ignored. <p>
[ Top ]
| Variable Detail |