Method | Defined By | ||
---|---|---|---|
LogLevel() | LogLevel |
Constant | Defined By | ||
---|---|---|---|
DEBUG : uint = 32 [static] | LogLevel | ||
ERROR : uint = 4 [static] | LogLevel | ||
FATAL : uint = 2 [static] | LogLevel | ||
INFO : uint = 16 [static] | LogLevel | ||
VERBOSE : uint = 64 [static] | LogLevel | ||
WARN : uint = 8 [static] | LogLevel |
LogLevel | () | Constructor |
public function LogLevel()
DEBUG | Constant |
public static const DEBUG:uint = 32
ERROR | Constant |
public static const ERROR:uint = 4
FATAL | Constant |
public static const FATAL:uint = 2
INFO | Constant |
public static const INFO:uint = 16
VERBOSE | Constant |
public static const VERBOSE:uint = 64
WARN | Constant |
public static const WARN:uint = 8