The internal representation of logging event.
Located in /log4php/LoggerLoggingEvent.php (line 27)
Level of the logging event.
The number of seconds elapsed from 1/1/1970 until logging event was created plus microseconds if available.
Returns the time when the application started, as a UNIX timestamp with microseconds.
Instantiate a LoggingEvent from the supplied parameters.
Except $timeStamp all the other fields of LoggerLoggingEvent are filled when actually needed.
Returns the full qualified classname.
TODO: PHP does contain namespaces in 5.3. Those should be returned too,
Return the level of this event. Use this form instead of directly accessing the $level field.
Set the location information for this logging event. The collected information is cached for future use.
This method uses debug_backtrace() function (if exists) to collect informations about caller.
It only recognize informations generated by Logger and its subclasses.
Return the name of the logger. Use this form instead of directly accessing the $categoryName field.
Returns the the context corresponding to the
parameter.Returns the entire MDC context.
Return the message for this logging event.
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 LoggerNDC::get() method should never be called directly.
Returns the time in seconds passed from the beginning of execution to the time the event was constructed.
Render message.
Returns the time in milliseconds passed from the beginning of execution to the time the event was constructed.
Serialize this object
Avoid serialization of the $logger object
Documentation generated on Tue, 12 Mar 2024 14:04:54 +0900 by phpDocumentor 1.4.4