Class LoggerLevel
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.
public
boolean
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public
integer
|
|
public
boolean
|
#
isGreaterOrEqual(
Returns true if this level has a higher or equal level than the level passed as argument, false otherwise. |
public
string
|
|
public
string
|
|
public
integer
|
|
public static
|
#
toLevel( mixed $arg,
Convert the input argument to a level. If the conversion fails, then this method returns the provided default level. |
integer |
OFF
|
2147483647 |
|
integer |
FATAL
|
50000 |
|
integer |
ERROR
|
40000 |
|
integer |
WARN
|
30000 |
|
integer |
INFO
|
20000 |
|
integer |
DEBUG
|
10000 |
|
integer |
TRACE
|
5000 |
|
integer |
ALL
|
-2147483647 |