| Method | Defined by | ||
|---|---|---|---|
| LogEventLevel | |||
| Constant | Defined by | ||
|---|---|---|---|
| ALL : int = 0 [static]
| LogEventLevel | ||
| DEBUG : int = 10 [static]
| LogEventLevel | ||
| ERROR : int = 10000 [static]
| LogEventLevel | ||
| FATAL : int = 100000 [static]
| LogEventLevel | ||
| INFO : int = 100 [static]
| LogEventLevel | ||
| WARN : int = 1000 [static]
| LogEventLevel | ||
| LogEventLevel | () | constructor |
public function LogEventLevel()
| ALL | constant |
public static const ALL:int = 0
| DEBUG | constant |
public static const DEBUG:int = 10
| ERROR | constant |
public static const ERROR:int = 10000
| FATAL | constant |
public static const FATAL:int = 100000
| INFO | constant |
public static const INFO:int = 100
| WARN | constant |
public static const WARN:int = 1000