| Method | Defined by | ||
|---|---|---|---|
|
LogLevel()
| LogLevel | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEBUG : int = 2 [static]
| LogLevel | ||
| ERROR : int = 4 [static]
| LogLevel | ||
| FATAL : int = 5 [static]
| LogLevel | ||
| INFO : int = 1 [static]
| LogLevel | ||
| LOG : int = 0 [static]
| LogLevel | ||
| WARNING : int = 3 [static]
| LogLevel | ||
| LogLevel | () | constructor |
public function LogLevel()
| DEBUG | constant |
public static const DEBUG:int = 2
| ERROR | constant |
public static const ERROR:int = 4
| FATAL | constant |
public static const FATAL:int = 5
| INFO | constant |
public static const INFO:int = 1
| LOG | constant |
public static const LOG:int = 0
| WARNING | constant |
public static const WARNING:int = 3