spunQ_ILogTarget Interface Reference

Interface for object capable of logging events. More...

Inheritance diagram for spunQ_ILogTarget:

spunQ_CachedLogger spunQ_FileLogTarget spunQ_HtmlPopupLogTarget spunQ_LogTarget spunQ_ConsoleLogTarget spunQ_NullLogTarget spunQ_PhpErrorLogTarget spunQ_SyslogLogTarget

List of all members.

Public Member Functions

 logMessage ($path, $priority, $message, $file, $line)
 This function will be called by the logging facility.


Detailed Description

Interface for object capable of logging events.

Definition at line 6 of file ILogTarget.interface.php.


Member Function Documentation

spunQ_ILogTarget::logMessage ( path,
priority,
message,
file,
line 
)

This function will be called by the logging facility.

A logger rule matched a logging event that was triggered and this log target was provided to the rule.

See also:
spunQ_Logger
Parameters:
$path The source of the log event.
$priority The priority with which the Logger was invoked.
$message The message of the log event.
$file The path to the file where the event actually occured.
$line The line within the file where the log event was triggered
Returns:
spunQ_ILogTarget $this

Implemented in spunQ_HtmlPopupLogTarget, spunQ_CachedLogger, spunQ_ConsoleLogTarget, spunQ_FileLogTarget, spunQ_NullLogTarget, spunQ_PhpErrorLogTarget, and spunQ_SyslogLogTarget.


The documentation for this interface was generated from the following file:

Generated on Fri Jul 1 11:12:41 2011 for spunQ3 by  doxygen 1.5.9