Public Member Functions | |
| __construct ($path, $priority, $logTarget) | |
| Constructor. | |
| getPath () | |
| Gets the path definition of this rule. | |
| getPriority () | |
| Gets the mimimum priority an event must have for this rule to match. | |
| getLogTarget () | |
| Gets the log target that will do the actual logging. | |
Private Attributes | |
| $path | |
| The path definition of this rule. | |
| $priority | |
| The mimimum priority an event must have for this rule to match. | |
| $logTarget | |
| The log target that will do the actual logging. | |
For internal use only.
Definition at line 8 of file LoggerRule.class.php.
| spunQ_LoggerRule::__construct | ( | $ | path, | |
| $ | priority, | |||
| $ | logTarget | |||
| ) |
Constructor.
| $path | The path definition of this rule. | |
| $priority | The mimimum priority an event must have for this rule to match. | |
| $logTarget | The log target that will do the actual logging. |
Definition at line 35 of file LoggerRule.class.php.
| spunQ_LoggerRule::getLogTarget | ( | ) |
Gets the log target that will do the actual logging.
Definition at line 62 of file LoggerRule.class.php.
| spunQ_LoggerRule::getPath | ( | ) |
Gets the path definition of this rule.
Definition at line 46 of file LoggerRule.class.php.
| spunQ_LoggerRule::getPriority | ( | ) |
Gets the mimimum priority an event must have for this rule to match.
Definition at line 54 of file LoggerRule.class.php.
spunQ_LoggerRule::$logTarget [private] |
The log target that will do the actual logging.
Definition at line 26 of file LoggerRule.class.php.
spunQ_LoggerRule::$path [private] |
spunQ_LoggerRule::$priority [private] |
The mimimum priority an event must have for this rule to match.
Definition at line 20 of file LoggerRule.class.php.
1.5.9