Class LoggerLoggingEvent
The internal representation of logging event.
public
|
#
__construct( string $fqcn, mixed $logger,
Instantiate a LoggingEvent from the supplied parameters. |
public
|
#
getFullQualifiedClassname( )
Returns the full qualified classname. TODO: PHP does contain namespaces in 5.3. Those should be returned too, |
public
|
#
getLocationInformation( )
Set the location information for this logging event. The collected information is cached for future use. |
public
|
#
getLevel( )
Return the level of this event. Use this form instead of directly accessing
the |
public
|
|
public
string
|
#
getLoggerName( )
Return the name of the logger. Use this form instead of directly accessing the $categoryName field. |
public
mixed
|
|
public
string
|
#
getNDC( )
This method returns the NDC for this event. It will return the correct
content even if the event was generated in a different thread or even on a
different machine. The |
public
string
|
|
public
array
|
|
public
string
|
|
public static
float
|
#
getStartTime( )
Returns the time when the application started, as a UNIX timestamp with microseconds. |
public
float
|
|
public
float
|
#
getRelativeTime( )
Returns the time in seconds passed from the beginning of execution to the time the event was constructed. |
public
mixed
|
|
public
mixed
|
|
public
string
|
|
public
|
protected
|
$level |
|
#
Level of the logging event. |
public
float
|
$timeStamp |
|
#
The number of seconds elapsed from 1/1/1970 until logging event was created plus microseconds if available. |