Method | Defined By | ||
---|---|---|---|
LogLevel() | LogLevel |
Constant | Defined By | ||
---|---|---|---|
DEBUG : int = 5 [static] | LogLevel | ||
ERROR : int = 2 [static] | LogLevel | ||
FATAL : int = 1 [static] | LogLevel | ||
INFO : int = 4 [static] | LogLevel | ||
NONE : int = 0 [static] | LogLevel | ||
VERBOSE : int = 6 [static] | LogLevel | ||
WARN : int = 3 [static] | LogLevel |
LogLevel | () | Constructor |
public function LogLevel()
DEBUG | Constant |
public static const DEBUG:int = 5
ERROR | Constant |
public static const ERROR:int = 2
FATAL | Constant |
public static const FATAL:int = 1
INFO | Constant |
public static const INFO:int = 4
NONE | Constant |
public static const NONE:int = 0
VERBOSE | Constant |
public static const VERBOSE:int = 6
WARN | Constant |
public static const WARN:int = 3