Located in File: Program_Root/LoggerEvent.php
$Revision: 1.4 $Marco Vassura| Class Variable Summary |
$fqnOfCategoryClass
Default Value:
|
$level
Default Value:
|
$loggerName
Default Value:
|
$message
Default Value:
|
$startTime
Default Value:
|
$timeStamp
Default Value:
|
| Inherited Class Variable Summary |
| Method Summary |
void constructor LoggerEvent ( $fqnOfCategoryClass, $logger, $priority, $message, [$timestamp = 0] )
Constructor |
void getLevel ( )
|
void getLocationInformation ( )
get the location information for this logging event. |
void getLoggerName ( )
|
void getMessage ( )
|
void getRenderedMessage ( )
|
void getThreadName ( )
output script pid |
| Inherited Method Summary |
| Method Detail |
void LoggerEvent( string $fqnOfCategoryClass, object $logger, integer $priority, string $message, integer $timestamp)
Constructor- string $fqnOfCategoryClass: - object $logger: Logger- integer $priority: level- string $message: message- integer $timestamp: The number of seconds elapsed from 1/1/1970 until logging event was created.[ Top ]
void getLevel( )
[ Top ]
void getLocationInformation( )
get the location information for this logging event.(not used)
[ Top ]
void getLoggerName( )
[ Top ]
void getMessage( )
[ Top ]
void getRenderedMessage( )
[ Top ]
void getThreadName( )
output script pid[ Top ]
| Variable Detail |
Fully qualified name of the calling category class.[ Top ]
log level[ Top ]
logger that created the event[ Top ]
event message[ Top ]
[ Top ]
The number of seconds elapsed from 1/1/1970 until logging event was created.[ Top ]