Constant | Defined By | ||
---|---|---|---|
debug : uint = 5 [static] | LogLevel | ||
error : uint = 2 [static] | LogLevel | ||
fatal : uint = 1 [static] | LogLevel | ||
info : uint = 4 [static] | LogLevel | ||
none : uint = 0 [static] | LogLevel | ||
verbose : uint = 6 [static] | LogLevel | ||
warn : uint = 3 [static] | LogLevel |
debug | Constant |
public static const debug:uint = 5
error | Constant |
public static const error:uint = 2
fatal | Constant |
public static const fatal:uint = 1
info | Constant |
public static const info:uint = 4
none | Constant |
public static const none:uint = 0
verbose | Constant |
public static const verbose:uint = 6
warn | Constant |
public static const warn:uint = 3