Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG and ALL.
The LoggerLevel class may be subclassed to define a larger level set.
Located in /LoggerLevel.php (line 34)
Convert the string passed as argument to a level. If the conversion fails, then this method returns a DEBUG Level.
Two priorities are equal if their level fields are equal.
Return the syslog equivalent of this priority as an integer.
Returns true if this level has a higher or equal level than the level passed as argument, false otherwise.
You should think twice before overriding the default implementation of isGreaterOrEqual method.
Returns the integer representation of this level.
Returns the string representation of this priority.
Documentation generated on Fri, 27 Nov 2009 07:44:50 +0100 by phpDocumentor 1.4.3