
Public Member Functions | |
| logMessage ($path, $priority, $message, $file, $line) | |
| This function will be called by the logging facility. | |
Definition at line 6 of file ILogTarget.interface.php.
| 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.
| $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 |
Implemented in spunQ_HtmlPopupLogTarget, spunQ_CachedLogger, spunQ_ConsoleLogTarget, spunQ_FileLogTarget, spunQ_NullLogTarget, spunQ_PhpErrorLogTarget, and spunQ_SyslogLogTarget.
1.5.9