spunQ_LoggerRule Class Reference

A rule for the logger. More...

List of all members.

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.


Detailed Description

A rule for the logger.

For internal use only.

See also:
spunQ_Logger

Definition at line 8 of file LoggerRule.class.php.


Constructor & Destructor Documentation

spunQ_LoggerRule::__construct ( path,
priority,
logTarget 
)

Constructor.

Parameters:
$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.


Member Function Documentation

spunQ_LoggerRule::getLogTarget (  ) 

Gets the log target that will do the actual logging.

Returns:
spunQ_ILogTarget

Definition at line 62 of file LoggerRule.class.php.

spunQ_LoggerRule::getPath (  ) 

Gets the path definition of this rule.

Returns:
string

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.

Returns:
byte

Definition at line 54 of file LoggerRule.class.php.


Member Data Documentation

spunQ_LoggerRule::$logTarget [private]

The log target that will do the actual logging.

Type:
spunQ_ILogTarget

Definition at line 26 of file LoggerRule.class.php.

spunQ_LoggerRule::$path [private]

The path definition of this rule.

Type:
string

Definition at line 14 of file LoggerRule.class.php.

spunQ_LoggerRule::$priority [private]

The mimimum priority an event must have for this rule to match.

Type:
integer

Definition at line 20 of file LoggerRule.class.php.


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

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