Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL. The LoggerLevel class may be subclassed to define a larger level set.
Located in Program_Root/log4php/LoggerLevel.php (line 50)
| Class | Description |
|---|---|
| MyLoggerLevel | This class introduces a new level level called TRACE. lower level than DEBUG. |
Constructor
Constructor
Two priorities are equal if their level fields are equal.
Two priorities are equal if their level fields are equal.
Return the syslog equivalent of this priority as an integer.
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.
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 integer representation of this level.
Convert the string passed as argument to a level. conversion fails, then this method returns a DEBUG Level.
Convert the string passed as argument to a level. If the conversion fails, then this method returns a DEBUG Level.
Returns the string representation of this priority.
Returns the string representation of this priority.
Documentation generated on Mon, 15 Sep 2003 21:12:57 +0200 by phpDocumentor 1.2.2