Located in File: Program_Root/LoggerLevel.php
Marco Vassura| Class Variable Summary |
| Inherited Class Variable Summary |
| Method Summary |
boolean isLevel ( $level )
check if $level is a valid level |
integer toCode ( $str )
convert a string level to costant |
string toString ( $level )
convert a constant level to string |
| Inherited Method Summary |
| Method Detail |
boolean isLevel( mixed $level)
check if $level is a valid level- mixed $level: level[ Top ]
integer toCode( string $str)
convert a string level to costant- string $str: string levelmapped level[ Top ]
string toString( integer $level)
convert a constant level to string- integer $level: mapped level[ Top ]
| Variable Detail |